org.mule.transport.bpm.jbpm.actions
Class ValidateMessageSource
java.lang.Object
org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
org.mule.transport.bpm.jbpm.actions.ValidateMessageSource
- All Implemented Interfaces:
- Serializable, org.jbpm.graph.def.ActionHandler
public class ValidateMessageSource
- extends LoggingActionHandler
Throws an exception if the message's source is not as expected.
<action class="org.mule.transport.bpm.jbpm.actions.ValidateSource">
<expectedSource>ERPGateway</expectedSource>
</action>
<action class="org.mule.transport.bpm.jbpm.actions.ValidateSource">
<expectedSource>http://localhost:8080/incoming</expectedSource>
</action>
- 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 |
expectedSource
protected String expectedSource
ValidateMessageSource
public ValidateMessageSource()
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.