|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.zclient.SRWBinding
public class SRWBinding
This class binds an SRWSession to a host that supports SRW/SRU
Field Summary | |
---|---|
protected static java.util.logging.Logger |
logger
Stores a reference to the logger |
private java.lang.String |
url
Stores a reference to url of the binding |
Constructor Summary | |
---|---|
SRWBinding(java.lang.String url)
Constructor |
Method Summary | |
---|---|
gov.loc.www.zing.srw.ScanResponseType |
scanOperation(gov.loc.www.zing.srw.ScanRequestType request)
This method performs the searchRetrieveOperation connecting to the host using SRW |
gov.loc.www.zing.srw.SearchRetrieveResponseType |
searchRetrieveOperation(gov.loc.www.zing.srw.SearchRetrieveRequestType request)
This method performs the scanOperation connecting to the host using SRW |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.logging.Logger logger
private java.lang.String url
Constructor Detail |
---|
public SRWBinding(java.lang.String url)
url
- The url of the bindingMethod Detail |
---|
public gov.loc.www.zing.srw.SearchRetrieveResponseType searchRetrieveOperation(gov.loc.www.zing.srw.SearchRetrieveRequestType request) throws java.rmi.RemoteException
searchRetrieveOperation
in interface gov.loc.www.zing.srw.interfaces.SRWPort
request
- The ScanRequestType message
java.rmi.RemoteException
public gov.loc.www.zing.srw.ScanResponseType scanOperation(gov.loc.www.zing.srw.ScanRequestType request) throws java.rmi.RemoteException
scanOperation
in interface gov.loc.www.zing.srw.interfaces.SRWPort
body
- The SearchRetrieveRequestType message
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |