de.unidu.is.oai
Class ListMetadataFormats

java.lang.Object
  extended byde.unidu.is.oai.OAIRequest
      extended byde.unidu.is.oai.OAIListRequest
          extended byde.unidu.is.oai.ListMetadataFormats

public class ListMetadataFormats
extends OAIListRequest

Version:
$Revision: 1.4 $ To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
Author:
fischer

Constructor Summary
ListMetadataFormats(java.lang.String url, java.lang.String userAgent, java.lang.String fromEmail)
           
ListMetadataFormats(java.lang.String url, java.lang.String userAgent, java.lang.String fromEmail, java.lang.String resumptionToken)
           
 
Method Summary
protected  void addSchema(Schema schema)
           
protected  void doListMetadataFormats()
           
protected  java.util.Collection extractSchemas(org.w3c.dom.Element root)
           
 java.util.Collection getMetadataFormats()
           
 java.util.Iterator getMetadataFormatsIterator()
           
 java.util.Collection getMetadataPrefixes()
           
 java.util.Iterator getMetadataPrefixesIterator()
           
 void listMetadataFormats()
           
 
Methods inherited from class de.unidu.is.oai.OAIListRequest
doRequest, extractResumptionToken, getRequest, getResumptionToken, setResumptionToken
 
Methods inherited from class de.unidu.is.oai.OAIRequest
getModifiers, getRelevantElement, getRequestResult, getUrl, getVerb, parse, setFromEmail, setModifiers, setRequestResult, setUrl, setUserAgent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListMetadataFormats

public ListMetadataFormats(java.lang.String url,
                           java.lang.String userAgent,
                           java.lang.String fromEmail)
                    throws OAIException
Parameters:
url -
userAgent -
fromEmail -

ListMetadataFormats

public ListMetadataFormats(java.lang.String url,
                           java.lang.String userAgent,
                           java.lang.String fromEmail,
                           java.lang.String resumptionToken)
                    throws OAIException
Method Detail

listMetadataFormats

public void listMetadataFormats()
                         throws OAIException
Throws:
OAIException

doListMetadataFormats

protected void doListMetadataFormats()
                              throws OAIException
Throws:
OAIException

addSchema

protected void addSchema(Schema schema)
Parameters:
schema -

extractSchemas

protected java.util.Collection extractSchemas(org.w3c.dom.Element root)
                                       throws OAIException
Throws:
OAIException

getMetadataFormats

public java.util.Collection getMetadataFormats()

getMetadataFormatsIterator

public java.util.Iterator getMetadataFormatsIterator()

getMetadataPrefixes

public java.util.Collection getMetadataPrefixes()

getMetadataPrefixesIterator

public java.util.Iterator getMetadataPrefixesIterator()