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

Packages that use RoutingException
org.mule.examples.loanbroker.routers   
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.samples.voipservice.routers   
org.mule.tck.testmodels.mule   
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.examples.loanbroker.routers
 

Methods in org.mule.examples.loanbroker.routers that throw RoutingException
protected  UMOMessage BankQuotesResponseAggregator.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 

Uses of RoutingException in org.mule.routing
 

Subclasses of RoutingException in org.mule.routing
 class AggregationException
          todo document
 

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

Uses of RoutingException in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound that throw RoutingException
protected  void IdempotentReceiver.load(UMOEvent event)
           
 UMOEvent[] InboundPassThroughRouter.process(UMOEvent event)
           
 boolean InboundPassThroughRouter.isMatch(UMOEvent event)
           
 

Uses of RoutingException in org.mule.routing.outbound
 

Methods in org.mule.routing.outbound that throw RoutingException
 UMOMessage RoundRobinXmlSplitter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage ChainingRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage MessageChunkingRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
protected  UMOMessage OutboundRouterCollection.catchAll(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage AbstractMessageSplitter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage TemplateEndpointRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage EndpointSelector.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage ExceptionBasedRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOMessage OutboundPassThroughRouter.route(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 AbstractRecipientList.route(UMOMessage message, UMOSession session, boolean synchronous)
           
protected  UMOEndpoint AbstractRecipientList.getRecipientEndpoint(UMOMessage message, String recipient)
           
 

Uses of RoutingException in org.mule.routing.response
 

Methods in org.mule.routing.response that throw RoutingException
protected  UMOMessage SingleResponseRouter.aggregateEvents(EventGroup events)
          The SingleResponseRouter will always return the first event of an event group.
 void AbstractResponseAggregator.process(UMOEvent event)
           
 UMOMessage AbstractResponseAggregator.getResponse(UMOMessage message)
          This method is called by the responding callee thread and should return the aggregated response message
protected abstract  UMOMessage AbstractResponseAggregator.aggregateEvents(EventGroup events)
           
 void ResponseRouterCollection.route(UMOEvent event)
           
 UMOMessage ResponseRouterCollection.getResponse(UMOMessage message)
           
 

Uses of RoutingException in org.mule.samples.voipservice.routers
 

Methods in org.mule.samples.voipservice.routers that throw RoutingException
protected  UMOMessage PaymentValidationResponseAggregator.aggregateEvents(EventGroup events)
           
 

Uses of RoutingException in org.mule.tck.testmodels.mule
 

Methods in org.mule.tck.testmodels.mule that throw RoutingException
 UMOMessage TestCatchAllStrategy.catchMessage(UMOMessage message, UMOSession session, boolean synchronous)
           
protected  UMOMessage TestResponseAggregator.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 UMOResponseRouterCollection.route(UMOEvent event)
           
 void UMOResponseRouter.process(UMOEvent event)
          This method is invoked when an event is received via an endpoint on this Response Router.
 UMOMessage UMOResponseRouter.getResponse(UMOMessage message)
          Called by the Mule framework once the outbound router has been processed on a component the Message passed in is the response message from the component (or outbount router if a response was returned).
 



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