Uses of Class
org.mule.routing.AbstractRouterCollection

Packages that use AbstractRouterCollection
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. 
 

Uses of AbstractRouterCollection in org.mule.routing.binding
 

Subclasses of AbstractRouterCollection in org.mule.routing.binding
 class DefaultBindingCollection
          TODO
 

Uses of AbstractRouterCollection in org.mule.routing.inbound
 

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

Uses of AbstractRouterCollection in org.mule.routing.outbound
 

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

Uses of AbstractRouterCollection in org.mule.routing.response
 

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



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