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

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

public class SendMuleEventAndContinue
extends SendMuleEvent

Sends a Mule message to the specified endpoint and continues execution to the next state. This class assumes the current state has only one leaving transition.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
logger
 
Constructor Summary
SendMuleEventAndContinue()
           
 
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

SendMuleEventAndContinue

public SendMuleEventAndContinue()
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 SendMuleEvent
Throws:
Exception


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