org.gcube.dir.master.queries
Class DefaultQueryTermAdapter

java.lang.Object
  extended by IDefaultQueryTerm
      extended by org.gcube.dir.master.queries.DefaultQueryTermAdapter
All Implemented Interfaces:
ServiceInputAdapter<DefaultQueryTerm>

public class DefaultQueryTermAdapter
extends IDefaultQueryTerm
implements ServiceInputAdapter<DefaultQueryTerm>

Web adapter for a DefaultQueryTerm.

Author:
Fabio Simeoni (University of Strathclyde)

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

Constructor Detail

DefaultQueryTermAdapter

public DefaultQueryTermAdapter()
Method Detail

intern

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

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