uk.ac.soton.itinnovation.grid.utils
Class RemoteMethod
java.lang.Object
uk.ac.soton.itinnovation.grid.utils.RemoteMethod
- Direct Known Subclasses:
- RemoteBoundMethod
public class RemoteMethod
- extends Object
A RemoteBoundMethod is a holder class which contains information about
a SOAP operation.
|
Constructor Summary |
RemoteMethod(javax.wsdl.Definition wsdlDefinition,
String service,
String operation,
BindingEntry bindingEntry,
boolean documentStyle)
Create a new RemoteBoundMethod. |
RemoteMethod
public RemoteMethod(javax.wsdl.Definition wsdlDefinition,
String service,
String operation,
BindingEntry bindingEntry,
boolean documentStyle)
throws NoSuchOperationException
- Create a new RemoteBoundMethod.
- Parameters:
wsdlDefinition - the WSDL for the serviceservice - the name of the serviceoperation - the name of the operation (not namespace qualified)bindingEntry - the SOAP binding to useendpoint - the endpoint address of the servicedocumentStyle - whether to use the "document" SOAP message style (not RPC)
- Throws:
NoSuchOperationException - if the portType, bindings or operation can't be found- Since:
- 5.3
getWSDL
public javax.wsdl.Definition getWSDL()
getService
public String getService()
getOperation
public javax.wsdl.Operation getOperation()
getTargetNamespace
public String getTargetNamespace()
getReturnType
public QName getReturnType()
getParameters
public Parameters getParameters()
getDocumentStyle
public boolean getDocumentStyle()
setUsesBillingHeader
public void setUsesBillingHeader(boolean uses)
usesBillingHeader
public boolean usesBillingHeader()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.