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.
 

Fields in org.mule.routing declared as RouterResultsHandler
protected  RouterResultsHandler AbstractSplitter.resultsHandler
           
 

Uses of RouterResultsHandler in org.mule.routing.outbound
 

Fields in org.mule.routing.outbound declared as RouterResultsHandler
protected  RouterResultsHandler AbstractOutboundRouter.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-2010 MuleSoft, Inc.. All Rights Reserved.