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

Packages that use RoutingException
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.correlation   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
 

Uses of RoutingException in org.mule.api.routing
 

Subclasses of RoutingException in org.mule.api.routing
 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.api.routing that throw RoutingException
 MuleEvent OutboundRouterCatchAllStrategy.process(MuleEvent event)
          This method will be invoked when an event is received or being sent where the criteria of the router(s) do not match the current event.
 

Uses of RoutingException in org.mule.api.transport
 

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

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
 MuleEvent ServiceCatchAllStrategy.doCatchMessage(MuleEvent event)
          Deprecated.  
abstract  MuleEvent AbstractCatchAllStrategy.doCatchMessage(MuleEvent event)
           
 MuleEvent LoggingCatchAllStrategy.doCatchMessage(MuleEvent event)
           
 MuleEvent ForwardingCatchAllStrategy.doCatchMessage(MuleEvent event)
           
 MuleEvent AbstractCatchAllStrategy.process(MuleEvent event)
          This method will be invoked when an event is received or being sent where the criteria of the router(s) do not match the current event.
protected  List<MuleMessage> MessageChunkSplitter.splitMessage(MuleEvent event)
           
 

Uses of RoutingException in org.mule.routing.correlation
 

Methods in org.mule.routing.correlation that throw RoutingException
 MuleEvent EventCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleEvent EventCorrelator.process(MuleEvent event)
           
 

Uses of RoutingException in org.mule.routing.outbound
 

Methods in org.mule.routing.outbound that throw RoutingException
protected  MuleEvent DefaultOutboundRouterCollection.catchAll(MuleEvent event)
           
 MuleEvent MessageChunkingRouter.route(MuleEvent event)
           
 MuleEvent ChainingRouter.route(MuleEvent event)
           
 MuleEvent FilteringOutboundRouter.route(MuleEvent event)
           
 MuleEvent OutboundPassThroughRouter.route(MuleEvent event)
           
 MuleEvent AbstractRecipientList.route(MuleEvent event)
           
 MuleEvent ExceptionBasedRouter.route(MuleEvent event)
           
 MuleEvent EndpointSelector.route(MuleEvent event)
           
 MuleEvent AbstractSequenceRouter.route(MuleEvent event)
           
 MuleEvent AbstractMessageSplitter.route(MuleEvent event)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.