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.
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.
DefaultPropertiesExtractor DefaultPropertiesExtractor 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.
 

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-2005 SymphonySoft Limited. All Rights Reserved.