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.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response   
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 InboundMessageRouter
          InboundMessageRouter is a collection of routers that will be invoked when an event is received It is responsible for manageing a collection of routers and also executing the routing logic.
 

Uses of UMORouterCollection in org.mule.routing.outbound
 

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

Uses of UMORouterCollection in org.mule.routing.response
 

Classes in org.mule.routing.response that implement UMORouterCollection
 class ResponseMessageRouter
          ResponseMessageRouter 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 UMOInboundMessageRouter
          InboundRouterCollection manages a collection of inbound routers
 interface UMOOutboundMessageRouter
          UMOOutboundMessageRouter TODO
 interface UMOResponseMessageRouter
          UMOResponseMessageRouter is a router that can be used to control how the response in a request/response message flow is created.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.