Uses of Package
org.mule.routing

Packages that use org.mule.routing
org.mule.example.loanbroker.routers   
org.mule.module.sxc   
org.mule.module.xml.routing   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.binding   
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
 

Classes in org.mule.routing used by org.mule.example.loanbroker.routers
AbstractRouter
          Implements the shared methods that all routers have.
AggregationException
          TODO document
EventCorrelatorCallback
          A callback used to allow pluggable behaviour when correlating events
 

Classes in org.mule.routing used by org.mule.module.sxc
AbstractRouter
          Implements the shared methods that all routers have.
 

Classes in org.mule.routing used by org.mule.module.xml.routing
AbstractRouter
          Implements the shared methods that all routers have.
 

Classes in org.mule.routing used by org.mule.routing
AbstractCatchAllStrategy
          RouterCatchAllStrategy is a strategy interface that allows developers to hook in custom code when an event is being routed on the inbound or outbound but does not match any of the criteria defined for the routing.
AggregationException
          TODO document
CollectionCorrelatorCallback
          A Correlator that correlates messages based on Mule correlation settings
EventCorrelatorCallback
          A callback used to allow pluggable behaviour when correlating events
 

Classes in org.mule.routing used by org.mule.routing.binding
AbstractRouter
          Implements the shared methods that all routers have.
AbstractRouterCollection
          AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
 

Classes in org.mule.routing used by org.mule.routing.inbound
AbstractRouter
          Implements the shared methods that all routers have.
AbstractRouterCollection
          AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
AggregationException
          TODO document
EventCorrelator
           
EventCorrelatorCallback
          A callback used to allow pluggable behaviour when correlating events
 

Classes in org.mule.routing used by org.mule.routing.outbound
AbstractRouter
          Implements the shared methods that all routers have.
AbstractRouterCollection
          AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
 

Classes in org.mule.routing used by org.mule.routing.response
AbstractRouter
          Implements the shared methods that all routers have.
AbstractRouterCollection
          AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
EventCorrelator
           
EventCorrelatorCallback
          A callback used to allow pluggable behaviour when correlating events
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.