org.fao.oaipmh.requests
Class IdentifyRequest

java.lang.Object
  extended by org.fao.oaipmh.requests.AbstractRequest
      extended by org.fao.oaipmh.requests.IdentifyRequest

public class IdentifyRequest
extends AbstractRequest


Field Summary
static java.lang.String VERB
           
 
Constructor Summary
IdentifyRequest()
           
 
Method Summary
 IdentifyResponse execute()
           
 java.lang.String getVerb()
           
 
Methods inherited from class org.fao.oaipmh.requests.AbstractRequest
getTransport, sendRequest, setTransport, setValidationSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERB

public static final java.lang.String VERB
See Also:
Constant Field Values
Constructor Detail

IdentifyRequest

public IdentifyRequest()
Method Detail

execute

public IdentifyResponse execute()
                         throws java.io.IOException,
                                OaiPmhException,
                                org.jdom.JDOMException,
                                org.xml.sax.SAXException,
                                java.lang.Exception
Specified by:
execute in class AbstractRequest
Throws:
java.io.IOException
OaiPmhException
org.jdom.JDOMException
org.xml.sax.SAXException
java.lang.Exception

getVerb

public java.lang.String getVerb()
Specified by:
getVerb in class AbstractRequest