Uses of Interface
org.mule.umo.routing.UMORouterCollection

Packages that use UMORouterCollection
org.mule.routing Defines the core routing patterns supported by mule. 
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. 
org.mule.umo.routing Interfaces that define inbound and outbound routing API. 
 

Uses of UMORouterCollection in org.mule.routing
 

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

Uses of UMORouterCollection in org.mule.routing.inbound
 

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

Uses of UMORouterCollection in org.mule.routing.nested
 

Classes in org.mule.routing.nested that implement UMORouterCollection
 class NestedRouterCollection
          TODO
 

Uses of UMORouterCollection in org.mule.routing.outbound
 

Classes in org.mule.routing.outbound that implement UMORouterCollection
 class OutboundRouterCollection
          OutboundRouterCollection is a container of routers.
 

Uses of UMORouterCollection in org.mule.routing.response
 

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

Uses of UMORouterCollection in org.mule.umo.routing
 

Subinterfaces of UMORouterCollection in org.mule.umo.routing
 interface UMOInboundRouterCollection
          InboundRouterCollection manages a collection of inbound routers.
 interface UMONestedRouterCollection
          UMONestedRouterCollection manages a collection of nested routers.
 interface UMOOutboundRouterCollection
          UMOOutboundRouterCollection is responsible for holding all outbound routers for a service component.
 interface UMOResponseRouterCollection
          UMOResponseRouterCollection 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.