Uses of Interface
org.mule.execution.FlowProcessingPhaseTemplate

Packages that use FlowProcessingPhaseTemplate
org.mule.execution   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.http Provides http transport including proxy support. 
 

Uses of FlowProcessingPhaseTemplate in org.mule.execution
 

Subinterfaces of FlowProcessingPhaseTemplate in org.mule.execution
 interface RequestResponseFlowProcessingPhaseTemplate
          Extension of FlowProcessingPhaseTemplate for those MessageSource that requires sending a response of the message processed.
 interface ThrottlingPhaseTemplate
          Template that a MessageSource must implement if it wants to participate in the throttling phase when processing a message
 

Methods in org.mule.execution with parameters of type FlowProcessingPhaseTemplate
 void FlowProcessingPhase.runPhase(FlowProcessingPhaseTemplate flowProcessingPhaseTemplate, MessageProcessContext messageProcessContext, PhaseResultNotifier phaseResultNotifier)
           
 

Uses of FlowProcessingPhaseTemplate in org.mule.transport
 

Classes in org.mule.transport that implement FlowProcessingPhaseTemplate
 class AbstractTransportMessageProcessTemplate<MessageReceiverType extends AbstractMessageReceiver,ConnectorType extends AbstractConnector>
           
 

Uses of FlowProcessingPhaseTemplate in org.mule.transport.http
 

Classes in org.mule.transport.http that implement FlowProcessingPhaseTemplate
 class HttpMessageProcessTemplate
           
 class HttpsMessageProcessTemplate
           
 



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