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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetData(com.ibm.lsid.server.LSIDRequestContext lsid) getDataByRange(com.ibm.lsid.server.LSIDRequestContext lsid, int start, int end) voidinitService(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:
 getDatain 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:
 getDataByRangein 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:
 initServicein interfacecom.ibm.lsid.server.LSIDService- Throws:
 com.ibm.lsid.server.LSIDServerException
 
 -