Uses of Class
org.mule.routing.AbstractRoutingStrategy

Packages that use AbstractRoutingStrategy
org.mule.routing Defines the core routing patterns supported by mule. 
 

Uses of AbstractRoutingStrategy in org.mule.routing
 

Subclasses of AbstractRoutingStrategy in org.mule.routing
 class FirstSuccessfulRoutingStrategy
          Routing strategy that routes the message through a list of MessageProcessor until one is successfully executed.
 class MulticastingRoutingStrategy
          Routing strategy that will route a message through a set of MessageProcessor and return an aggregation of the results.
 



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