Package org.mule.routing

Defines the core routing patterns supported by mule.

See:
          Description

Class Summary
AbstractCatchAllStrategy ForwardingCatchAllStrategy acts as a catch and forward router for any events not caught by the router this strategy is associated with.
AbstractRouter Implements the shared methods that all routers have.
AbstractRouterCollection AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
ComponentCatchAllStrategy ComponentCatchAllStrategy is used to catch any events and forward the events to the component as is.
CorrelationPropertiesExtractor CorrelationPropertiesExtractor is a default implementation used for getting the Correlation information from a message.
ForwardingCatchAllStrategy ForwardingCatchAllStrategy acts as a catch and forward router for any events not caught by the router this strategy is associated with.
LoggingCatchAllStrategy LoggingCatchAllStrategy is a simple strategy that only logs any events not caught by the router associated with this strategy.
 

Exception Summary
AggregationException todo document
 

Package org.mule.routing Description

Defines the core routing patterns supported by mule. This package contains inbound/outbound routers as described in the Enterprise Integration Patterns book and filters.



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