See: Description
| Class | Description |
|---|---|
| AbstractMessageSequenceSplitter |
Base implementation of a
MuleMessage splitter, that converts its payload
in a MessageSequence, and process each element of it. |
| AbstractMessageSplitter |
AbstractMessageSplitter is an outbound Message Splitter used to split
the contents of a received message into sub 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. |
| AbstractRoundRobinMessageSplitter |
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. |
| AbstractSequenceRouter |
Defines a router that sequentially routes a given message to the list of
registered endpoints and returns the aggregate responses as the result.
|
| ArrayMessageSequence | |
| ChainingRouter | Deprecated |
| CollectionMessageSequence<T> |
A
MessageSequence that retrieves elements from a Collection. |
| DefaultOutboundRouterCollection | Deprecated |
| EndpointSelector | Deprecated |
| ExceptionBasedRouter | Deprecated |
| ExpressionMessageSplitter | Deprecated |
| ExpressionRecipientList | |
| FilteringOutboundRouter |
FilteringRouter is a router that accepts events based on a filter
set. |
| IteratorMessageSequence<T> |
A
MessageSequence that delegates its IteratorMessageSequence.hasNext() and
IteratorMessageSequence.next() methods to an Iterator, and has no estimated size |
| ListMessageSplitter | Deprecated |
| MessageChunkingRouter | Deprecated |
| MulticastingRouter | Deprecated |
| NodeListMessageSequence | |
| OutboundPassThroughRouter | Deprecated |
| PartitionedMessageSequence<Q> |
A
MessageSequence wrapper that partitions the wrapped sequence in
collections of the specified size. |
| SequenceRouter | Deprecated |
| SplitMessage |
A Split message contains one or more message parts with an endpoint associated with each part.
|
| StaticRecipientList | Deprecated |
| TransformerRouter | Deprecated |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.