uk.ac.soton.ecs.grimoires.server.impl.metadata.api
Class InquireMetadataSoapStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended byuk.ac.soton.ecs.grimoires.server.impl.metadata.api.InquireMetadataSoapStub
All Implemented Interfaces:
InquireMetadataPort, Remote, javax.xml.rpc.Stub

public class InquireMetadataSoapStub
extends org.apache.axis.client.Stub
implements InquireMetadataPort


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
InquireMetadataSoapStub()
           
InquireMetadataSoapStub(javax.xml.rpc.Service service)
           
InquireMetadataSoapStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 EntityReferenceList find_entityByMetadata(Find_entityByMetadata body)
           
 MetadataInfos get_entityMetadata(Get_entityMetadata body)
           
 MetadataInfo get_metadataDetail(Get_metadataDetail body)
           
 UriBag get_supportedEntityType(Get_supportedEntityType body)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquireMetadataSoapStub

public InquireMetadataSoapStub()
                        throws org.apache.axis.AxisFault

InquireMetadataSoapStub

public InquireMetadataSoapStub(URL endpointURL,
                               javax.xml.rpc.Service service)
                        throws org.apache.axis.AxisFault

InquireMetadataSoapStub

public InquireMetadataSoapStub(javax.xml.rpc.Service service)
                        throws org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws RemoteException
Throws:
RemoteException

get_metadataDetail

public MetadataInfo get_metadataDetail(Get_metadataDetail body)
                                throws RemoteException,
                                       FaultDetailList
Specified by:
get_metadataDetail in interface InquireMetadataPort
Throws:
RemoteException
FaultDetailList

find_entityByMetadata

public EntityReferenceList find_entityByMetadata(Find_entityByMetadata body)
                                          throws RemoteException,
                                                 FaultDetailList
Specified by:
find_entityByMetadata in interface InquireMetadataPort
Throws:
RemoteException
FaultDetailList

get_entityMetadata

public MetadataInfos get_entityMetadata(Get_entityMetadata body)
                                 throws RemoteException,
                                        FaultDetailList
Specified by:
get_entityMetadata in interface InquireMetadataPort
Throws:
RemoteException
FaultDetailList

get_supportedEntityType

public UriBag get_supportedEntityType(Get_supportedEntityType body)
                               throws RemoteException,
                                      FaultDetailList
Specified by:
get_supportedEntityType in interface InquireMetadataPort
Throws:
RemoteException
FaultDetailList