uk.ac.soton.ecs.grimoires.server.impl.rdf
Class RdfSOAPSkeleton

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.rdf.RdfSOAPSkeleton
All Implemented Interfaces:
RDF, Remote, Serializable, org.apache.axis.wsdl.Skeleton

public class RdfSOAPSkeleton
extends Object
implements RDF, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
RdfSOAPSkeleton()
           
RdfSOAPSkeleton(RDF impl)
           
 
Method Summary
static List getOperationDescByName(String methodName)
          Returns List of OperationDesc objects with this name
static Collection getOperationDescs()
          Returns Collection of OperationDescs
 InquireResponse inquire(InquireRequest inquireRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfSOAPSkeleton

public RdfSOAPSkeleton()

RdfSOAPSkeleton

public RdfSOAPSkeleton(RDF impl)
Method Detail

getOperationDescByName

public static List getOperationDescByName(String methodName)
Returns List of OperationDesc objects with this name


getOperationDescs

public static Collection getOperationDescs()
Returns Collection of OperationDescs


inquire

public InquireResponse inquire(InquireRequest inquireRequest)
                        throws RemoteException
Specified by:
inquire in interface RDF
Throws:
RemoteException