public class MuleSendActivity
extends org.jbpm.jpdl.internal.activity.JpdlActivity
implements org.jbpm.api.listener.EventListener
Constructor and Description |
---|
MuleSendActivity() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.jbpm.api.activity.ActivityExecution execution) |
String |
getPayloadExpression() |
Class |
getResponsePayloadClass() |
String |
getResponseVariableName() |
void |
notify(org.jbpm.api.listener.EventListenerExecution execution) |
void |
perform(org.jbpm.api.model.OpenExecution execution) |
void |
setEndpoint(String endpoint) |
void |
setMessageExchangePattern(String mepString) |
void |
setPayloadExpression(String payloadExpression) |
void |
setResponsePayloadClass(String className) |
void |
setResponseVariableName(String responseVariableName) |
public void execute(org.jbpm.api.activity.ActivityExecution execution) throws Exception
execute
in interface org.jbpm.api.activity.ActivityBehaviour
Exception
public void notify(org.jbpm.api.listener.EventListenerExecution execution) throws Exception
notify
in interface org.jbpm.api.listener.EventListener
Exception
public void perform(org.jbpm.api.model.OpenExecution execution) throws Exception
Exception
public void setEndpoint(String endpoint)
public void setMessageExchangePattern(String mepString)
public String getPayloadExpression()
public void setPayloadExpression(String payloadExpression)
public String getResponseVariableName()
public void setResponseVariableName(String responseVariableName)
public void setResponsePayloadClass(String className)
public Class getResponsePayloadClass()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.