uk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen
Interface WSDL
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- WsdlSoapBindingImpl, WsdlSoapBindingSkeleton, WsdlSoapBindingStub, WSDLTie
- public interface WSDL
- extends Remote
addWSDLFileAdvert
public String addWSDLFileAdvert(AddWSDLFileAdvertRequest body)
throws RemoteException
- Throws:
RemoteException
addWSDLFile
public String addWSDLFile(String body)
throws RemoteException
- Throws:
RemoteException
getWSDLAdvertContent
public String getWSDLAdvertContent(String body)
throws RemoteException
- Throws:
RemoteException
getWSDLAdvertContentByURL
public String getWSDLAdvertContentByURL(String body)
throws RemoteException
- Throws:
RemoteException
removeWSDLFile
public boolean removeWSDLFile(String body)
throws RemoteException
- Throws:
RemoteException
findServicesByInterface
public FindServicesByInterfaceResponse findServicesByInterface(String body)
throws RemoteException
- Throws:
RemoteException
getAllWSDLFiles
public GetAllWSDLFilesResponse getAllWSDLFiles(GetAllWSDLFilesRequest body)
throws RemoteException
- Throws:
RemoteException
getOperationsByURL
public GetOperationsByURLResponse getOperationsByURL(String body)
throws RemoteException
- Throws:
RemoteException
getInputMessageOfOperation
public MessageDetail getInputMessageOfOperation(OperationDetail body)
throws RemoteException
- Throws:
RemoteException
getOutputMessageOfOperation
public MessageDetail getOutputMessageOfOperation(OperationDetail body)
throws RemoteException
- Throws:
RemoteException
getFaultMessageOfOperation
public MessageDetail getFaultMessageOfOperation(OperationDetail body)
throws RemoteException
- Throws:
RemoteException
findInterfaceByOperation
public String findInterfaceByOperation(OperationDetail body)
throws RemoteException
- Throws:
RemoteException
findOperationByMessagePart
public OperationDetail findOperationByMessagePart(MessagePartDetail body)
throws RemoteException
- Throws:
RemoteException