org.fao.oaipmh.requests
Class ListMetadataFormatsRequest

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

public class ListMetadataFormatsRequest
extends AbstractRequest


Field Summary
static java.lang.String VERB
           
 
Constructor Summary
ListMetadataFormatsRequest()
           
 
Method Summary
 ListMetadataFormatsResponse execute()
           
 java.lang.String getIdentifier()
           
 java.lang.String getVerb()
           
 void setIdentifier(java.lang.String identifier)
           
 
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

ListMetadataFormatsRequest

public ListMetadataFormatsRequest()
Method Detail

getIdentifier

public java.lang.String getIdentifier()

setIdentifier

public void setIdentifier(java.lang.String identifier)

execute

public ListMetadataFormatsResponse 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