org.jafer.srwserver
Class SRWServerSkeleton

java.lang.Object
  extended by org.jafer.srwserver.SRWServerSkeleton
All Implemented Interfaces:
gov.loc.www.zing.srw.interfaces.SRWPort, java.io.Serializable, java.rmi.Remote, org.apache.axis.wsdl.Skeleton

public class SRWServerSkeleton
extends java.lang.Object
implements gov.loc.www.zing.srw.interfaces.SRWPort, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Field Summary
private static java.util.Map _myOperations
           
private static java.util.Collection _myOperationsList
           
private  gov.loc.www.zing.srw.interfaces.SRWPort impl
           
 
Constructor Summary
SRWServerSkeleton()
           
SRWServerSkeleton(gov.loc.www.zing.srw.interfaces.SRWPort impl)
           
 
Method Summary
static java.util.List getOperationDescByName(java.lang.String methodName)
          Returns List of OperationDesc objects with this name
static java.util.Collection getOperationDescs()
          Returns Collection of OperationDescs
 gov.loc.www.zing.srw.ScanResponseType scanOperation(gov.loc.www.zing.srw.ScanRequestType body)
           
 gov.loc.www.zing.srw.SearchRetrieveResponseType searchRetrieveOperation(gov.loc.www.zing.srw.SearchRetrieveRequestType body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

private gov.loc.www.zing.srw.interfaces.SRWPort impl

_myOperations

private static java.util.Map _myOperations

_myOperationsList

private static java.util.Collection _myOperationsList
Constructor Detail

SRWServerSkeleton

public SRWServerSkeleton()

SRWServerSkeleton

public SRWServerSkeleton(gov.loc.www.zing.srw.interfaces.SRWPort impl)
Method Detail

getOperationDescByName

public static java.util.List getOperationDescByName(java.lang.String methodName)
Returns List of OperationDesc objects with this name


getOperationDescs

public static java.util.Collection getOperationDescs()
Returns Collection of OperationDescs


searchRetrieveOperation

public gov.loc.www.zing.srw.SearchRetrieveResponseType searchRetrieveOperation(gov.loc.www.zing.srw.SearchRetrieveRequestType body)
                                                                        throws java.rmi.RemoteException
Specified by:
searchRetrieveOperation in interface gov.loc.www.zing.srw.interfaces.SRWPort
Throws:
java.rmi.RemoteException

scanOperation

public gov.loc.www.zing.srw.ScanResponseType scanOperation(gov.loc.www.zing.srw.ScanRequestType body)
                                                    throws java.rmi.RemoteException
Specified by:
scanOperation in interface gov.loc.www.zing.srw.interfaces.SRWPort
Throws:
java.rmi.RemoteException