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

Packages that use RouterResultsHandler
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
 

Uses of RouterResultsHandler in org.mule.routing.outbound
 

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

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-2009 MuleSource, Inc.. All Rights Reserved.