| java.lang.Object de.danet.an.workflow.tools.soapclient.SOAPClient
Constructor Summary | |
public | SOAPClient() Creates an instance of SOAPClient
with all attributes initialized to default values. |
SOAPClient | public SOAPClient()(Code) | | Creates an instance of SOAPClient
with all attributes initialized to default values.
|
requestedXMLArgumentType | public int requestedXMLArgumentType()(Code) | | Return the requested type for XML arguments.
one of XML_AS_W3C_DOM ,XML_AS_JDOM or XML_AS_SAX |
result | public Object result()(Code) | | Return the result evaluated during
ToolAgent.invokeinvoke . The method will only be called once after
each invoke, i.e. the attribute holding the result be be
cleared in this method.
the result data or null if the invocationdoes not return any data. |
setMappings | public void setMappings(Element outputMappings)(Code) | | Set the xml definition of output mappings. It is used to convert the
WSIF invocation response.
Parameters: outputMappings - the given xml as JDOM Element. |
setMethod | public void setMethod(String method)(Code) | | set the SOAP method to be called with WSIF.
Parameters: method - the given method. |
setWSDL | public void setWSDL(String wsdlLocation)(Code) | | Set the definition of WSDL. It is used to invoke the defined method
dynamically.
Parameters: wsdlLocation - the location of given WSDL definition. |
setWSDL | public void setWSDL(Element wsdl)(Code) | | Set the definition of WSDL. It is used to invoke the defined method
dynamically.
Parameters: wsdl - the given WSDL definition in W3C DOM Element. |
|
|