Uses of Class
org.mule.routing.CorrelationMode

Packages that use CorrelationMode
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
 

Uses of CorrelationMode in org.mule.routing
 

Methods in org.mule.routing that return CorrelationMode
static CorrelationMode CorrelationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CorrelationMode[] CorrelationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CorrelationMode in org.mule.routing.outbound
 

Fields in org.mule.routing.outbound declared as CorrelationMode
protected  CorrelationMode AbstractOutboundRouter.enableCorrelation
          Determines if Mule stamps outgoing message with a correlation ID or not.
protected  CorrelationMode AbstractMessageSequenceSplitter.enableCorrelation
           
 

Methods in org.mule.routing.outbound that return CorrelationMode
 CorrelationMode AbstractOutboundRouter.getEnableCorrelation()
           
 

Methods in org.mule.routing.outbound with parameters of type CorrelationMode
 void AbstractOutboundRouter.setEnableCorrelation(CorrelationMode enableCorrelation)
           
 void AbstractMessageSequenceSplitter.setEnableCorrelation(CorrelationMode enableCorrelation)
           
 



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