org.jbpm.actions.mule
Class SendMuleEvent
java.lang.Object
org.jbpm.actions.LoggingActionHandler
org.jbpm.actions.mule.SendMuleEvent
- All Implemented Interfaces:
- org.jbpm.graph.def.ActionHandler, Serializable
- Direct Known Subclasses:
- SendMuleEventAndContinue
- public class SendMuleEvent
- extends LoggingActionHandler
Sends a Mule message to the specified URL. If the message is synchronous, the
response will be stored in PROCESS_VARIABLE_INCOMING.
- See Also:
- Serialized Form
|
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 |
SendMuleEvent
public SendMuleEvent()
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-2007 MuleSource, Inc.. All Rights Reserved.