| java.lang.Object de.danet.an.workflow.tools.soap.GenericSoapClient
Constructor Summary | |
public | GenericSoapClient() Creates an instance of GenericSoapClient
with all attributes initialized to default values. |
GenericSoapClient | public GenericSoapClient()(Code) | | Creates an instance of GenericSoapClient
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 W3C Element. |
|
|