Uses of Interface
org.mule.api.routing.RouterResultsHandler

Packages that use RouterResultsHandler
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 RouterResultsHandler in org.mule.routing
 

Classes in org.mule.routing that implement RouterResultsHandler
 class DefaultRouterResultsHandler
          The default results handler for all outbound endpoint.
 

Methods in org.mule.routing with parameters of type RouterResultsHandler
 void DynamicAll.setResultAggregator(RouterResultsHandler routerResultsHandler)
           
 

Constructors in org.mule.routing with parameters of type RouterResultsHandler
MulticastingRoutingStrategy(MuleContext muleContext, RouterResultsHandler resultAggregator)
           
 

Uses of RouterResultsHandler in org.mule.routing.outbound
 

Fields in org.mule.routing.outbound declared as RouterResultsHandler
protected  RouterResultsHandler AbstractOutboundRouter.resultsHandler
           
protected  RouterResultsHandler AbstractMessageSequenceSplitter.resultsHandler
           
 

Methods in org.mule.routing.outbound that return RouterResultsHandler
 RouterResultsHandler AbstractOutboundRouter.getResultsHandler()
           
 

Methods in org.mule.routing.outbound with parameters of type RouterResultsHandler
 void AbstractOutboundRouter.setResultsHandler(RouterResultsHandler resultsHandler)
           
 



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