public interface Invoker
| Modifier and Type | Method and Description |
|---|---|
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.
|
void setup()
throws WorkflowException
WorkflowExceptionxsul.xwsif_runtime.WSIFClient getClient()
void setOperation(String operationName) throws WorkflowException
operationName - The name of the operationWorkflowExceptionvoid setInput(String name, Object value) throws WorkflowException
name - The name of the input parametervalue - The value of the input parameterWorkflowExceptionxsul.wsif.WSIFMessage getInputs()
throws WorkflowException
WorkflowExceptionboolean invoke()
throws WorkflowException
WorkflowExceptionxsul.wsif.WSIFMessage getOutputs()
throws WorkflowException
WorkflowExceptionObject getOutput(String name) throws WorkflowException
name - The name of the output parameterWorkflowExceptionxsul.wsif.WSIFMessage getFault()
throws WorkflowException
WorkflowExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.