de.unidu.is.oai
Class ListSets

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

public class ListSets
extends OAIListRequest

Version:
$Revision: 1.5 $
Author:
fischer

Constructor Summary
ListSets(java.lang.String url, java.lang.String userAgent, java.lang.String fromEmail)
           
ListSets(java.lang.String url, java.lang.String userAgent, java.lang.String fromEmail, java.lang.String resumptionToken)
           
 
Method Summary
protected  void addSet(Set set)
           
protected  void doListSets()
           
protected  java.util.Collection extractSets(org.w3c.dom.Element root)
           
 Set getSet(java.lang.String setSpec)
           
 java.util.Collection getSets()
           
 java.util.Iterator getSetsIterator()
           
 java.util.Collection getSetSpecs()
           
 java.util.Iterator getSetSpecsIterator()
           
 
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

ListSets

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

ListSets

public ListSets(java.lang.String url,
                java.lang.String userAgent,
                java.lang.String fromEmail,
                java.lang.String resumptionToken)
         throws OAIException
Parameters:
url -
userAgent -
fromEmail -
resumptionToken -
Method Detail

doListSets

protected void doListSets()
                   throws OAIException
Throws:
OAIException

addSet

protected void addSet(Set set)

getSet

public Set getSet(java.lang.String setSpec)

extractSets

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

getSets

public java.util.Collection getSets()

getSetsIterator

public java.util.Iterator getSetsIterator()

getSetSpecs

public java.util.Collection getSetSpecs()

getSetSpecsIterator

public java.util.Iterator getSetSpecsIterator()