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


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)
           
 

Method Detail

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