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

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen.WsdlSoapBindingImpl
All Implemented Interfaces:
Remote, WSDL

public class WsdlSoapBindingImpl
extends Object
implements WSDL


Constructor Summary
WsdlSoapBindingImpl()
           
 
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)
           
 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

WsdlSoapBindingImpl

public WsdlSoapBindingImpl()
Method Detail

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