|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| AbstractMessageSplitter | AbstractMessageSplitter is an outbound Message Splitter used to
split the contents of a received message into sup parts that can be processed by
other components. |
| AbstractOutboundRouter | AbstractOutboundRouter is a base router class that tracks
statistics about message processing through the router. |
| AbstractRecipientList | AbstractRecipientList is used to dispatch a single event to
multiple recipients over the same transport. |
| ChainingRouter | ChainingRouter is used to pass a Mule event through multiple
endpoints using the result of the first and the input for the second. |
| EndpointSelector | EndpointSelector selects the outgoing endpoint based on a
message property ("endpoint" by default). |
| ExceptionBasedRouter | ExceptionBasedRouter Will send the current event to the first
endpoint that doesn't throw an exception. |
| FilteringListMessageSplitter | FilteringListMessageSplitter Accepts a List as a message payload
then routes list elements as messages over an endpoint where the endpoint's filter
accepts the payload. |
| FilteringOutboundRouter | FilteringRouter is a router that accepts events based on a filter
set. |
| FilteringXmlMessageSplitter | FilteringXmlMessageSplitter will split a DOM4J document into nodes
based on the "splitExpression" property. |
| MessageChunkingRouter | A router that breaks up the current message onto smaller parts and sends them to the same destination. |
| MulticastingRouter | MulticastingRouter will broadcast the current message to every
endpoint registed with the router. |
| OutboundMessageRouter | OutboundMessageRouter is a container of routers. |
| OutboundPassThroughRouter | InboundPassThroughRouter allows outbound routing over a single
endpoint without any filtering. |
| RoundRobinXmlSplitter | This router will split the Xml message into parts based on the xpath expression and route each new event to the endpoints on the router, one after the other. |
| StaticRecipientList | StaticRecipientList is used to dispatch a single event to multiple
recipients over the same transport. |
| TemplateEndpointRouter | The template endpoint router allows endpoints to be alered at runtime based on properties set on the current event of fallback values set on the endpoint properties. |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||