org.jbpm.actions.mule
Class ValidateMessageType
java.lang.Object
org.jbpm.actions.LoggingActionHandler
org.jbpm.actions.mule.IntegrationActionHandler
org.jbpm.actions.mule.ValidateMessageType
- All Implemented Interfaces:
- org.jbpm.graph.def.ActionHandler, Serializable
- public class ValidateMessageType
- extends IntegrationActionHandler
Throws an exception if the incoming message's class is not as expected.
- 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 |
expectedType
protected String expectedType
strict
protected boolean strict
ValidateMessageType
public ValidateMessageType()
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 IntegrationActionHandler
- Throws:
Exception
Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.