public class LSIDAuthorityData
extends java.lang.Object
implements com.ibm.lsid.server.LSIDDataService
Constructor and Description |
---|
LSIDAuthorityData() |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getData(com.ibm.lsid.server.LSIDRequestContext lsid) |
java.io.InputStream |
getDataByRange(com.ibm.lsid.server.LSIDRequestContext lsid,
int start,
int end) |
void |
initService(com.ibm.lsid.server.LSIDServiceConfig cf) |
public java.io.InputStream getData(com.ibm.lsid.server.LSIDRequestContext lsid) throws com.ibm.lsid.server.LSIDServerException
getData
in interface com.ibm.lsid.server.LSIDDataService
com.ibm.lsid.server.LSIDServerException
public java.io.InputStream getDataByRange(com.ibm.lsid.server.LSIDRequestContext lsid, int start, int end) throws com.ibm.lsid.server.LSIDServerException
getDataByRange
in interface com.ibm.lsid.server.LSIDDataService
com.ibm.lsid.server.LSIDServerException
public void initService(com.ibm.lsid.server.LSIDServiceConfig cf) throws com.ibm.lsid.server.LSIDServerException
initService
in interface com.ibm.lsid.server.LSIDService
com.ibm.lsid.server.LSIDServerException
Copyright © 2020 Regents of the University of California. All Rights Reserved.