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
 

Fields in org.mule.routing declared as CorrelationMode
protected  CorrelationMode AbstractSplitter.enableCorrelation
           
 

Methods in org.mule.routing that return CorrelationMode
static CorrelationMode CorrelationMode.valueOf(java.lang.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.
 

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

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.
 

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)
           
 



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