| Constructor and Description |
|---|
SystemComponentInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutput(String key,
Object value) |
xsul.xwsif_runtime.WSIFClient |
getClient() |
xsul.wsif.WSIFMessage |
getFault()
Returns the fault message.
|
xsul.wsif.WSIFMessage |
getInputs()
Returns the all input parameters
|
Object |
getOutput(String name)
Returns the output of a specified name.
|
xsul.wsif.WSIFMessage |
getOutputs()
Returns the all output parameters
|
boolean |
invoke()
Invokes the service.
|
void |
setInput(String name,
Object value)
Sets an input parameter
|
void |
setOperation(String operationName)
Sets the operation name to invoke.
|
void |
setup()
Sets up the service.
|
public Object getOutput(String name)
InvokergetOutput in interface Invokername - The name of the output parameterInvoker.getOutput(java.lang.String)public xsul.wsif.WSIFMessage getOutputs()
InvokergetOutputs in interface InvokerInvoker.getOutputs()public boolean invoke()
Invokerinvoke in interface InvokerInvoker.invoke()public void setInput(String name, Object value)
InvokersetInput in interface Invokername - The name of the input parametervalue - The value of the input parameterInvoker.setInput(java.lang.String, java.lang.Object)public void setOperation(String operationName)
InvokersetOperation in interface InvokeroperationName - The name of the operationOperatorsorkflow.Invoker#setOperation(java.lang.String)public void setup()
Invokersetup in interface InvokerInvoker.setup()public xsul.xwsif_runtime.WSIFClient getClient()
public xsul.wsif.WSIFMessage getInputs()
throws WorkflowException
InvokergetInputs in interface InvokerWorkflowExceptionpublic xsul.wsif.WSIFMessage getFault()
throws WorkflowException
InvokergetFault in interface InvokerWorkflowExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.