Package org.mule.umo.routing

Interfaces that define inbound and outbound routing API.

See:
          Description

Interface Summary
UMOInboundRouter UMOInboundRouter defines an interface for an inbound Message router.
UMOInboundRouterCollection InboundRouterCollection manages a collection of inbound routers.
UMONestedRouter  
UMONestedRouterCollection UMONestedRouterCollection manages a collection of nested routers.
UMOOutboundRouter UMOOutboundRouter is used to control outbound routing behaviour for an event.
UMOOutboundRouterCollection UMOOutboundRouterCollection is responsible for holding all outbound routers for a service component.
UMOResponseRouter UMOResponseRouter is a router that handles response flow.
UMOResponseRouterCollection UMOResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
UMORouter UMORouter is a base interface for all routers.
UMORouterCatchAllStrategy UMORouterCatchAllStrategy TODO
UMORouterCollection UMORouterCollection defines the interface for a MessageRouter that manages more than one router.
 

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 all routing exceptions.
 

Package org.mule.umo.routing Description

Interfaces that define inbound and outbound routing API.



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.