Package org.mule.umo.routing

Interfaces that define inbound and outbound routing API.

See:
          Description

Interface Summary
UMOInboundMessageRouter InboundRouterCollection manages a collection of inbound routers
UMOInboundRouter UMOInboundRouter defines an interface for an inbound Message router.
UMOOutboundMessageRouter UMOOutboundMessageRouter TODO
UMOOutboundRouter UMOOutboundRouter is used to control outbound routing behaviour for an event.
UMOResponseMessageRouter UMOResponseMessageRouter is a router that can be used to control how the response in a request/response message flow is created.
UMOResponseRouter UMOResponseRouter is a router that handles response flow
UMORouter UMORouter A placeholed interfae for all routers
UMORouterCatchAllStrategy UMORouterCatchAllStrategy TODO
UMORouterCollection UMORouterCollection TODO
 

Exception Summary
ComponentRoutingException ComponentRoutingException is thrown due to a routing exception between the endpoint the event was received on and the component receiving the event
CouldNotRouteInboundEventException CouldNotRouteInboundEventException thrown if the current component cannot accept the inbound event
CouldNotRouteOutboundMessageException CouldNotRouteOutboundMessageException thrown if Mule fails to route the current outbound event
ResponseTimeoutException ResponseTimeoutException is thrown when a response is not received in a given timeout in the Response Router.
RoutePathNotFoundException RoutePathNotFoundException is thrown if a routing path for an event cannot be found.
RoutingException RoutingException is a base class for al routing exceptions.
 

Package org.mule.umo.routing Description

Interfaces that define inbound and outbound routing API.



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