org.mule.transport.bpm.jbpm.actions
Class SendMuleEvent

java.lang.Object
  extended by org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
      extended by org.mule.transport.bpm.jbpm.actions.SendMuleEvent
All Implemented Interfaces:
Serializable, org.jbpm.graph.def.ActionHandler
Direct Known Subclasses:
SendMuleEventAndContinue

public class SendMuleEvent
extends LoggingActionHandler

Sends a Mule message to the specified endpoint. If the message is synchronous, the response from Mule will be automatically stored in PROCESS_VARIABLE_INCOMING.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
logger
 
Constructor Summary
SendMuleEvent()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendMuleEvent

public SendMuleEvent()
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
             throws Exception
Specified by:
execute in interface org.jbpm.graph.def.ActionHandler
Overrides:
execute in class LoggingActionHandler
Throws:
Exception


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.