|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.services.jbpm.actionhandlers.EsbNotifier
public class EsbNotifier
Sends ESB messages to ESB services from jBPM in an asynchronous way
esbCategoryName - for ESB registry lookup esbServiceName - for ESB registry lookup
Field Summary | |
---|---|
org.dom4j.tree.DefaultElement |
bpmToEsbVars
XML element to specify the mapping of variables from jBPM to ESB. |
java.lang.String |
esbCategoryName
The ESB Service Category Name, specified in the processdefinition.xml |
java.lang.String |
esbServiceName
The ESB Service Name, specified in the processdefinition.xml |
java.lang.Boolean |
globalProcessScope
Default setting of the process scope, can be overriden by setting the process-scope attribute on the mapping element. |
java.lang.String |
replyToOriginator
Use the replyTo or faultTo EPR from the originator. |
Constructor Summary | |
---|---|
EsbNotifier()
|
Method Summary | |
---|---|
void |
execute(ExecutionContext executionContext)
Constructs an ESB Message and sends sends to the an ESB Service as defined in the processdefinition.xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String esbCategoryName
public java.lang.String esbServiceName
public java.lang.Boolean globalProcessScope
public org.dom4j.tree.DefaultElement bpmToEsbVars
public java.lang.String replyToOriginator
Constructor Detail |
---|
public EsbNotifier()
Method Detail |
---|
public void execute(ExecutionContext executionContext) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |