public class GFacInvoker extends Object implements Invoker
| Constructor and Description |
|---|
GFacInvoker(QName portTypeQName,
String gfacURL,
String messageBoxURL,
xsul.lead.LeadContextHeader context)
Constructs a GFacInvoker.
|
GFacInvoker(QName portTypeQName,
String gfacURL,
String messageBoxURL,
WorkflowContextHeaderBuilder context) |
| 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.
|
public GFacInvoker(QName portTypeQName, String gfacURL, String messageBoxURL, xsul.lead.LeadContextHeader context)
portTypeQName - gfacURL - messageBoxURL - context - public GFacInvoker(QName portTypeQName, String gfacURL, String messageBoxURL, WorkflowContextHeaderBuilder context)
public void setup()
throws WorkflowException
Invokersetup in interface InvokerWorkflowExceptionInvoker.setup()public xsul.xwsif_runtime.WSIFClient getClient()
getClient in interface InvokerInvoker.getClient()public void setOperation(String operationName) throws WorkflowException
InvokersetOperation in interface InvokeroperationName - The name of the operationWorkflowExceptionInvoker.setOperation(java.lang.String)public void setInput(String name, Object value) throws WorkflowException
InvokersetInput in interface Invokername - The name of the input parametervalue - The value of the input parameterWorkflowExceptionInvoker.setInput(java.lang.String, java.lang.Object)public xsul.wsif.WSIFMessage getInputs()
throws WorkflowException
InvokergetInputs in interface InvokerWorkflowExceptionInvoker.getInputs()public boolean invoke()
throws WorkflowException
Invokerinvoke in interface InvokerWorkflowExceptionInvoker.invoke()public xsul.wsif.WSIFMessage getOutputs()
throws WorkflowException
InvokergetOutputs in interface InvokerWorkflowExceptionInvoker.getOutputs()public Object getOutput(String name) throws WorkflowException
InvokergetOutput in interface Invokername - The name of the output parameterWorkflowExceptionInvoker.getOutput(java.lang.String)public xsul.wsif.WSIFMessage getFault()
throws WorkflowException
InvokergetFault in interface InvokerWorkflowExceptionInvoker.getFault()Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.