Uses of Class
org.mule.routing.AbstractRouterCollection

Packages that use AbstractRouterCollection
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.nested   
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. 
 

Uses of AbstractRouterCollection in org.mule.routing.inbound
 

Subclasses of AbstractRouterCollection in org.mule.routing.inbound
 class InboundRouterCollection
          InboundRouterCollection is a collection of routers that will be invoked when an event is received.
 

Uses of AbstractRouterCollection in org.mule.routing.nested
 

Subclasses of AbstractRouterCollection in org.mule.routing.nested
 class NestedRouterCollection
          TODO
 

Uses of AbstractRouterCollection in org.mule.routing.outbound
 

Subclasses of AbstractRouterCollection in org.mule.routing.outbound
 class OutboundRouterCollection
          OutboundRouterCollection is a container of routers.
 

Uses of AbstractRouterCollection in org.mule.routing.response
 

Subclasses of AbstractRouterCollection in org.mule.routing.response
 class ResponseRouterCollection
          ResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
 



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