dk.statsbiblioteket.doms.summa.oai
Class IdentifyResponse
java.lang.Object
dk.statsbiblioteket.doms.summa.oai.Response
dk.statsbiblioteket.doms.summa.oai.IdentifyResponse
public class IdentifyResponse
- extends Response
An oai Response
for an oai Request
with verb Identify
.
This class is NOT thread safe.
- Version:
- summaStorage-0.2 - build date 01/29/2007 11:57
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_isParsing
private boolean _isParsing
responseDate
private java.lang.String responseDate
serviceURL
private java.lang.String serviceURL
baseURL
private java.lang.String baseURL
repositoryName
private java.lang.String repositoryName
verb
private java.lang.String verb
UNDEFINED_URL
public static final java.lang.String UNDEFINED_URL
- See Also:
- Constant Field Values
IdentifyResponse
public IdentifyResponse(java.io.InputStream in)
parse
public Response parse()
throws java.text.ParseException
- Specified by:
parse
in class Response
- Throws:
java.text.ParseException
getResponseDate
public java.lang.String getResponseDate()
- Specified by:
getResponseDate
in class Response
getVerb
public java.lang.String getVerb()
- Specified by:
getVerb
in class Response
getServiceURL
public java.lang.String getServiceURL()
- Specified by:
getServiceURL
in class Response
getBaseURL
public java.lang.String getBaseURL()
getRepositoryName
public java.lang.String getRepositoryName()
getResumptionToken
public java.lang.String getResumptionToken()
- Specified by:
getResumptionToken
in class Response
isParsing
public boolean isParsing()
- Specified by:
isParsing
in class Response