Uses of Interface
org.mule.execution.MessageProcessPhase

Packages that use MessageProcessPhase
org.mule.execution   
 

Uses of MessageProcessPhase in org.mule.execution
 

Classes in org.mule.execution that implement MessageProcessPhase
 class EndProcessPhase
          This phase notifies to the MessageProcessTemplate that the message processing has ended.
 class FlowProcessingPhase
          This phase routes the message through the flow.
 class ValidationPhase
          This phase validates the incoming message.
 

Methods in org.mule.execution with parameters of type MessageProcessPhase
 int ValidationPhase.compareTo(MessageProcessPhase messageProcessPhase)
           
 int FlowProcessingPhase.compareTo(MessageProcessPhase messageProcessPhase)
           
 

Constructor parameters in org.mule.execution with type arguments of type MessageProcessPhase
PhaseExecutionEngine(List<MessageProcessPhase> messageProcessPhaseList, SystemExceptionHandler exceptionHandler, EndProcessPhase endProcessPhase)
           
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.