uk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen
Class WsdlSoapBindingImpl
java.lang.Object
uk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen.WsdlSoapBindingImpl
- All Implemented Interfaces:
- Remote, WSDL
- public class WsdlSoapBindingImpl
- extends Object
- implements WSDL
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlSoapBindingImpl
public WsdlSoapBindingImpl()
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