Uses of Class
org.mule.umo.routing.RoutingException

Packages that use RoutingException
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 Response router implementations that enable asynchronous event processing in request /response messaging requests. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
org.mule.umo.routing Interfaces that define inbound and outbound routing API. 
 

Uses of RoutingException in org.mule.routing
 

Methods in org.mule.routing that throw RoutingException
 UMOMessage LoggingCatchAllStrategy.catchMessage(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage ForwardingCatchAllStrategy.catchMessage(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage ComponentCatchAllStrategy.catchMessage(UMOMessage message, UMOSession session, boolean synchronous)
           
 

Uses of RoutingException in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound that throw RoutingException
 UMOEvent[] InboundPassThroughRouter.process(UMOEvent event)
           
 boolean InboundPassThroughRouter.isMatch(UMOEvent event)
           
protected  void IdempotentReceiver.load(UMOEvent event)
           
protected abstract  UMOMessage AbstractEventAggregator.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 

Uses of RoutingException in org.mule.routing.outbound
 

Methods in org.mule.routing.outbound that throw RoutingException
 UMOMessage OutboundPassThroughRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
protected  UMOMessage OutboundMessageRouter.catchAll(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage MulticastingRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage FilteringOutboundRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 boolean FilteringOutboundRouter.isMatch(UMOMessage message)
           
 UMOMessage ChainingRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage AbstractRecipientList.route(UMOMessage message, UMOSession session, boolean synchronous)
           
protected  UMOEndpoint AbstractRecipientList.getRecipientEndpoint(UMOMessage message, java.lang.String recipient)
           
 UMOMessage AbstractMessageSplitter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 

Uses of RoutingException in org.mule.routing.response
 

Methods in org.mule.routing.response that throw RoutingException
 void ResponseMessageRouter.route(UMOEvent event)
           
 UMOMessage ResponseMessageRouter.getResponse(UMOMessage message)
           
protected  EventGroup ResponseCorrelationAggregator.addEvent(UMOEvent event)
          Adds the event to an event group.
 void AbstractResponseAggregator.process(UMOEvent event)
           
protected  EventGroup AbstractResponseAggregator.addEvent(UMOEvent event)
          Adds the event to an event group.
 UMOMessage AbstractResponseAggregator.getResponse(UMOMessage message)
           
protected abstract  UMOMessage AbstractResponseAggregator.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 

Uses of RoutingException in org.mule.umo.provider
 

Subclasses of RoutingException in org.mule.umo.provider
 class DispatchException
          DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
 

Uses of RoutingException in org.mule.umo.routing
 

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

Methods in org.mule.umo.routing that throw RoutingException
 UMOMessage UMORouterCatchAllStrategy.catchMessage(UMOMessage message, UMOSession session, boolean synchronous)
           
 void UMOResponseRouter.process(UMOEvent event)
           
 UMOMessage UMOResponseRouter.getResponse(UMOMessage message)
           
 void UMOResponseMessageRouter.route(UMOEvent event)
           
 



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