|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutboundRouter | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.component | |
| org.mule.config.dsl.routers | |
| org.mule.config.i18n | Internationalisation support for Mule messages and exception messages. |
| org.mule.config.processors | |
| org.mule.exception | |
| org.mule.module.sxc | |
| org.mule.module.xml.routing | |
| org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
| Uses of OutboundRouter in org.mule |
|---|
| Methods in org.mule that return OutboundRouter | |
|---|---|
OutboundRouter |
RouteableExceptionStrategy.getRouter()
|
| Methods in org.mule with parameters of type OutboundRouter | |
|---|---|
void |
RouteableExceptionStrategy.setRouter(OutboundRouter router)
|
| Uses of OutboundRouter in org.mule.component |
|---|
| Fields in org.mule.component declared as OutboundRouter | |
|---|---|
protected OutboundRouter |
DefaultInterfaceBinding.outboundRouter
|
| Uses of OutboundRouter in org.mule.config.dsl.routers |
|---|
| Classes in org.mule.config.dsl.routers that implement OutboundRouter | |
|---|---|
class |
ContentBasedRouter
TODO |
| Uses of OutboundRouter in org.mule.config.i18n |
|---|
| Methods in org.mule.config.i18n with parameters of type OutboundRouter | |
|---|---|
static Message |
CoreMessages.outboundRouterMustUseOutboudEndpoints(OutboundRouter router,
ImmutableEndpoint endpoint)
|
| Uses of OutboundRouter in org.mule.config.processors |
|---|
| Methods in org.mule.config.processors that return OutboundRouter | |
|---|---|
protected OutboundRouter |
DecoratingAnnotatedServiceProcessor.processOutboundRouter(Class componentFactoryClass)
|
| Uses of OutboundRouter in org.mule.exception |
|---|
| Methods in org.mule.exception that return OutboundRouter | |
|---|---|
protected OutboundRouter |
AbstractExceptionListener.createOutboundRouter()
|
| Uses of OutboundRouter in org.mule.module.sxc |
|---|
| Classes in org.mule.module.sxc that implement OutboundRouter | |
|---|---|
class |
SxcFilteringOutboundRouter
FilteringRouter is a router that accepts events based on a filter
set. |
| Uses of OutboundRouter in org.mule.module.xml.routing |
|---|
| Classes in org.mule.module.xml.routing that implement OutboundRouter | |
|---|---|
class |
FilterBasedXmlMessageSplitter
This splitter will select the endpoint to send a message part on by filtering parts using the endpoint filters. |
class |
XmlMessageSplitter
XmlMessageSplitter will split a DOM4J document into nodes
based on the "splitExpression" property. |
| Uses of OutboundRouter in org.mule.routing.outbound |
|---|
| Classes in org.mule.routing.outbound that implement OutboundRouter | |
|---|---|
class |
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. |
class |
AbstractOutboundRouter
AbstractOutboundRouter is a base router class that tracks
statistics about message processing through the router. |
class |
AbstractRecipientList
AbstractRecipientList is used to dispatch a single event to
multiple recipients over the same transport. |
class |
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. |
class |
ChainingRouter
ChainingRouter is used to pass a Mule event through multiple
targets using the result of the first as the input for the second. |
class |
EndpointSelector
EndpointSelector selects the outgoing endpoint based on a
an expression evaluator ("header:endpoint" by default). |
class |
ExceptionBasedRouter
ExceptionBasedRouter Will send the current event to the first
endpoint that doesn't throw an exception. |
class |
ExpressionMessageSplitter
Evaluates a single expression and adds the results of the expression as individual message parts. |
class |
ExpressionRecipientList
|
class |
FilteringOutboundRouter
FilteringRouter is a router that accepts events based on a filter
set. |
class |
ListMessageSplitter
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. |
class |
MessageChunkingRouter
A router that breaks up the current message onto smaller parts and sends them to the same destination. |
class |
MulticastingRouter
MulticastingRouter will broadcast the current message to every endpoint
registed with the router. |
class |
OutboundPassThroughRouter
OutboundPassThroughRouter allows outbound routing over a single
endpoint without any filtering. |
class |
StaticRecipientList
StaticRecipientList is used to dispatch a single event to multiple
recipients over the same transport. |
class |
TransformerRouter
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||