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

Packages that use RouterCollection
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
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. 
 

Uses of RouterCollection in org.mule.api.routing
 

Subinterfaces of RouterCollection in org.mule.api.routing
 interface BindingCollection
          BindingCollection manages a collection of component bindings.
 interface InboundRouterCollection
          DefaultInboundRouterCollection manages a collection of inbound routers.
 interface OutboundRouterCollection
          OutboundRouterCollection is responsible for holding all outbound routers for a service service.
 interface ResponseRouterCollection
          ResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
 

Uses of RouterCollection in org.mule.routing
 

Classes in org.mule.routing that implement RouterCollection
 class AbstractRouterCollection
          AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
 

Uses of RouterCollection in org.mule.routing.binding
 

Classes in org.mule.routing.binding that implement RouterCollection
 class DefaultBindingCollection
          TODO
 

Uses of RouterCollection in org.mule.routing.inbound
 

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

Uses of RouterCollection in org.mule.routing.outbound
 

Classes in org.mule.routing.outbound that implement RouterCollection
 class DefaultOutboundRouterCollection
          DefaultOutboundRouterCollection is a container of routers.
 

Uses of RouterCollection in org.mule.routing.response
 

Classes in org.mule.routing.response that implement RouterCollection
 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.