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

java.lang.Object
  extended by org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
      extended by org.mule.transport.bpm.jbpm.actions.IntegrationActionHandler
All Implemented Interfaces:
Serializable, org.jbpm.graph.def.ActionHandler
Direct Known Subclasses:
StoreIncomingData, ValidateMessageType

public abstract class IntegrationActionHandler
extends LoggingActionHandler

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
logger
 
Constructor Summary
IntegrationActionHandler()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
           
protected  Object getIncomingMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationActionHandler

public IntegrationActionHandler()
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

getIncomingMessage

protected Object getIncomingMessage()


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