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

java.lang.Object
  extended by org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
      extended by 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. ERPGateway http://localhost:8080/incoming

See Also:
Serialized Form

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

Field Detail

expectedSource

protected String expectedSource
Constructor Detail

ValidateMessageSource

public ValidateMessageSource()
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.