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.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 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 AbstractRouterCollection in org.mule.routing.outbound
 

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

Uses of AbstractRouterCollection in org.mule.routing.response
 

Subclasses of AbstractRouterCollection in org.mule.routing.response
 class ResponseMessageRouter
          ResponseMessageRouter 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.