org.gcube.dir.master.selection.io
Class SelectionParametersAdapter

java.lang.Object
  extended by ISelectionParameters
      extended by org.gcube.dir.master.selection.io.SelectionParametersAdapter
All Implemented Interfaces:
ServiceInputAdapter<SelectionParameters>

public class SelectionParametersAdapter
extends ISelectionParameters
implements ServiceInputAdapter<SelectionParameters>

An adapter of ISelectionParameters stubs to SelectionParameters instances.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
SelectionParametersAdapter()
           
 
Method Summary
 SelectionParameters intern()
          Returns the internal object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionParametersAdapter

public SelectionParametersAdapter()
Method Detail

intern

public SelectionParameters intern()
                           throws java.lang.Exception
Returns the internal object.

Specified by:
intern in interface ServiceInputAdapter<SelectionParameters>
Returns:
the object.
Throws:
java.lang.Exception - if this object could not be converted into the internal object.