Uses of Class
se.kb.oai.OAIException

Packages that use OAIException
se.kb.oai.ore   
se.kb.oai.ore.impl   
se.kb.oai.pmh   
 

Uses of OAIException in se.kb.oai.ore
 

Methods in se.kb.oai.ore that throw OAIException
 ResourceMap ResourceMapFactory.getResourceMap(Element root)
          Parse the XML and create a ResourceMap from it.
 ResourceMap ResourceMapFactory.getResourceMap(String url)
          Parse the content of the URL and create a ResourceMap from it.
 ResourceMap ResourceMapFactory.getResourceMap(URL url)
          Parse the content of the URL and create a ResourceMap from it.
 

Uses of OAIException in se.kb.oai.ore.impl
 

Methods in se.kb.oai.ore.impl that throw OAIException
abstract  ResourceMap FactoryBase.getResourceMap(Element root)
           
 ResourceMap AtomFactory.getResourceMap(Element feed)
           
 ResourceMap FactoryBase.getResourceMap(String url)
           
 ResourceMap FactoryBase.getResourceMap(URL url)
           
 

Uses of OAIException in se.kb.oai.pmh
 

Subclasses of OAIException in se.kb.oai.pmh
 class ErrorResponseException
          Exception that is thrown when the response from the OAI-PMH server has <error> elements in it.
 

Methods in se.kb.oai.pmh that throw OAIException
 Record OaiPmhServer.getRecord(String identifier, String metadataPrefix)
          Send a GetRecord request to the OAI-PMH server with the specified parameters.
 Identification OaiPmhServer.identify()
          Send a request for the OAI-PMH server to Identify it self.
 IdentifiersList OaiPmhServer.listIdentifiers(ResumptionToken resumptionToken)
          List next set of identifiers not returned in the previous response from a call to listIdentifiers().
 IdentifiersList OaiPmhServer.listIdentifiers(String metadataPrefix)
          Send a request to the OAI-PMH server that it should list all identifiers that has metadata in the specified format.
 IdentifiersList OaiPmhServer.listIdentifiers(String metadataPrefix, String from, String until, String set)
          Send a request to the OAI-PMH server that it should list all identifiers that matches the given parameters.
 MetadataFormatsList OaiPmhServer.listMetadataFormats()
          Ask the OAI-PMH server to list all metadata formats it holds.
 MetadataFormatsList OaiPmhServer.listMetadataFormats(String identifier)
          Ask the OAI-PMH server to list all metadata formats it holds for the specified identifier.
 RecordsList OaiPmhServer.listRecords(ResumptionToken resumptionToken)
          List next set of records not returned in the previous response from a call to listRecords().
 RecordsList OaiPmhServer.listRecords(String metadataPrefix)
          Send a request for the OAI-PMH server to return a list of Records.
 RecordsList OaiPmhServer.listRecords(String metadataPrefix, String from, String until, String set)
          Send a request for the OAI-PMH server to return a list of Records.
 SetsList OaiPmhServer.listSets()
          List all sets the OAI-PMH server has.
 SetsList OaiPmhServer.listSets(ResumptionToken resumptionToken)
          List next set of sets not returned in the previous response from a call to listSets().
 



Copyright © 2008. All Rights Reserved.