Package edu.ucsb.nceas.metacat.lsid
Class LSIDAuthorityData
java.lang.Object
edu.ucsb.nceas.metacat.lsid.LSIDAuthorityData
- All Implemented Interfaces:
com.ibm.lsid.server.LSIDDataService
,com.ibm.lsid.server.LSIDService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData
(com.ibm.lsid.server.LSIDRequestContext lsid) getDataByRange
(com.ibm.lsid.server.LSIDRequestContext lsid, int start, int end) void
initService
(com.ibm.lsid.server.LSIDServiceConfig cf)
-
Constructor Details
-
LSIDAuthorityData
public LSIDAuthorityData()
-
-
Method Details
-
getData
public InputStream getData(com.ibm.lsid.server.LSIDRequestContext lsid) throws com.ibm.lsid.server.LSIDServerException - Specified by:
getData
in interfacecom.ibm.lsid.server.LSIDDataService
- Throws:
com.ibm.lsid.server.LSIDServerException
-
getDataByRange
public InputStream getDataByRange(com.ibm.lsid.server.LSIDRequestContext lsid, int start, int end) throws com.ibm.lsid.server.LSIDServerException - Specified by:
getDataByRange
in interfacecom.ibm.lsid.server.LSIDDataService
- Throws:
com.ibm.lsid.server.LSIDServerException
-
initService
public void initService(com.ibm.lsid.server.LSIDServiceConfig cf) throws com.ibm.lsid.server.LSIDServerException - Specified by:
initService
in interfacecom.ibm.lsid.server.LSIDService
- Throws:
com.ibm.lsid.server.LSIDServerException
-