uk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen
Class WsdlSoapBindingSkeleton

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen.WsdlSoapBindingSkeleton
All Implemented Interfaces:
Remote, Serializable, org.apache.axis.wsdl.Skeleton, WSDL
Direct Known Subclasses:
GrimoiresWSDLSkeleton

public class WsdlSoapBindingSkeleton
extends Object
implements WSDL, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
WsdlSoapBindingSkeleton()
           
WsdlSoapBindingSkeleton(WSDL impl)
           
 
Method Summary
 String addWSDLFile(String body)
           
 String addWSDLFileAdvert(AddWSDLFileAdvertRequest body)
           
 String findInterfaceByOperation(OperationDetail body)
           
 OperationDetail findOperationByMessagePart(MessagePartDetail body)
           
 FindServicesByInterfaceResponse findServicesByInterface(String body)
           
 GetAllWSDLFilesResponse getAllWSDLFiles(GetAllWSDLFilesRequest body)
           
 MessageDetail getFaultMessageOfOperation(OperationDetail body)
           
 MessageDetail getInputMessageOfOperation(OperationDetail body)
           
static List getOperationDescByName(String methodName)
          Returns List of OperationDesc objects with this name
static Collection getOperationDescs()
          Returns Collection of OperationDescs
 GetOperationsByURLResponse getOperationsByURL(String body)
           
 MessageDetail getOutputMessageOfOperation(OperationDetail body)
           
 String getWSDLAdvertContent(String body)
           
 String getWSDLAdvertContentByURL(String body)
           
 boolean removeWSDLFile(String body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlSoapBindingSkeleton

public WsdlSoapBindingSkeleton()

WsdlSoapBindingSkeleton

public WsdlSoapBindingSkeleton(WSDL 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


addWSDLFileAdvert

public String addWSDLFileAdvert(AddWSDLFileAdvertRequest body)
                         throws RemoteException
Specified by:
addWSDLFileAdvert in interface WSDL
Throws:
RemoteException

addWSDLFile

public String addWSDLFile(String body)
                   throws RemoteException
Specified by:
addWSDLFile in interface WSDL
Throws:
RemoteException

getWSDLAdvertContent

public String getWSDLAdvertContent(String body)
                            throws RemoteException
Specified by:
getWSDLAdvertContent in interface WSDL
Throws:
RemoteException

getWSDLAdvertContentByURL

public String getWSDLAdvertContentByURL(String body)
                                 throws RemoteException
Specified by:
getWSDLAdvertContentByURL in interface WSDL
Throws:
RemoteException

removeWSDLFile

public boolean removeWSDLFile(String body)
                       throws RemoteException
Specified by:
removeWSDLFile in interface WSDL
Throws:
RemoteException

findServicesByInterface

public FindServicesByInterfaceResponse findServicesByInterface(String body)
                                                        throws RemoteException
Specified by:
findServicesByInterface in interface WSDL
Throws:
RemoteException

getAllWSDLFiles

public GetAllWSDLFilesResponse getAllWSDLFiles(GetAllWSDLFilesRequest body)
                                        throws RemoteException
Specified by:
getAllWSDLFiles in interface WSDL
Throws:
RemoteException

getOperationsByURL

public GetOperationsByURLResponse getOperationsByURL(String body)
                                              throws RemoteException
Specified by:
getOperationsByURL in interface WSDL
Throws:
RemoteException

getInputMessageOfOperation

public MessageDetail getInputMessageOfOperation(OperationDetail body)
                                         throws RemoteException
Specified by:
getInputMessageOfOperation in interface WSDL
Throws:
RemoteException

getOutputMessageOfOperation

public MessageDetail getOutputMessageOfOperation(OperationDetail body)
                                          throws RemoteException
Specified by:
getOutputMessageOfOperation in interface WSDL
Throws:
RemoteException

getFaultMessageOfOperation

public MessageDetail getFaultMessageOfOperation(OperationDetail body)
                                         throws RemoteException
Specified by:
getFaultMessageOfOperation in interface WSDL
Throws:
RemoteException

findInterfaceByOperation

public String findInterfaceByOperation(OperationDetail body)
                                throws RemoteException
Specified by:
findInterfaceByOperation in interface WSDL
Throws:
RemoteException

findOperationByMessagePart

public OperationDetail findOperationByMessagePart(MessagePartDetail body)
                                           throws RemoteException
Specified by:
findOperationByMessagePart in interface WSDL
Throws:
RemoteException