public class WorkflowInvokerWrapperForGFacInvoker extends GFacInvoker
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
failerSent |
| Constructor and Description |
|---|
WorkflowInvokerWrapperForGFacInvoker(QName portTypeQName,
String gfacURL,
String messageBoxURL,
xsul.lead.LeadContextHeader leadcontext,
ServiceNotifiable serviceNotificationSender) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getOutput(String name)
Returns the output of a specified name.
|
boolean |
invoke()
Invokes the service.
|
void |
waitToFinish() |
getClient, getFault, getInputs, getOutputs, setInput, setOperation, setuppublic WorkflowInvokerWrapperForGFacInvoker(QName portTypeQName, String gfacURL, String messageBoxURL, xsul.lead.LeadContextHeader leadcontext, ServiceNotifiable serviceNotificationSender)
public boolean invoke()
throws WorkflowException
Invokerinvoke in interface Invokerinvoke in class GFacInvokerWorkflowExceptionorg.apache.airavata.xbaya.invoker.WorkflowInvoker#invoke()public void waitToFinish()
throws WorkflowException
WorkflowExceptionpublic Object getOutput(String name) throws WorkflowException
InvokergetOutput in interface InvokergetOutput in class GFacInvokername - The name of the output parameterWorkflowExceptionInvoker.getOutput(java.lang.String)Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.