|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMessageProcessorOwner | |
---|---|
org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.config.dsl.routers | |
org.mule.enricher | |
org.mule.exception | |
org.mule.module.cxf | |
org.mule.module.sxc | |
org.mule.module.xml.routing | |
org.mule.routing | Defines the core routing patterns supported by mule. |
org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.tck.functional | Helper classes and interfaces used by Mule fnctional tests. |
Uses of AbstractMessageProcessorOwner in org.mule |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule | |
---|---|
class |
RouteableExceptionStrategy
RouteableExceptionStrategy allows transforming and routing exceptions
to outbound routers. |
Uses of AbstractMessageProcessorOwner in org.mule.config.dsl.routers |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.config.dsl.routers | |
---|---|
class |
ContentBasedRouter
TODO |
Uses of AbstractMessageProcessorOwner in org.mule.enricher |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.enricher | |
---|---|
class |
MessageEnricher
|
Uses of AbstractMessageProcessorOwner in org.mule.exception |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.exception | |
---|---|
class |
AbstractExceptionListener
AbstractExceptionListener is a base implementation that custom
Exception Listeners can override. |
class |
AbstractMessagingExceptionStrategy
DefaultExceptionStrategy provides a default exception handling
strategy. |
class |
DefaultServiceExceptionStrategy
DefaultServiceExceptionStrategy is the default exception handler
for components. |
class |
DefaultSystemExceptionStrategy
Log exception, fire a notification, and clean up transaction if any. |
Uses of AbstractMessageProcessorOwner in org.mule.module.cxf |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.module.cxf | |
---|---|
class |
CxfComponentExceptionStrategy
This exception strategy forces the exception thrown from a web service invocation to be passed as-is, not wrapped in a Mule exception object. |
Uses of AbstractMessageProcessorOwner in org.mule.module.sxc |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.module.sxc | |
---|---|
class |
SxcFilteringOutboundRouter
FilteringRouter is a router that accepts events based on a filter
set. |
Uses of AbstractMessageProcessorOwner in org.mule.module.xml.routing |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.module.xml.routing | |
---|---|
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 AbstractMessageProcessorOwner in org.mule.routing |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.routing | |
---|---|
class |
FirstSuccessful
FirstSuccessful routes an event to the first target route that can accept it without throwing or returning an exception. |
class |
RoundRobin
RoundRobin divides the messages it receives among its target routes in round-robin fashion. |
class |
WireTap
The WireTap MessageProcessor allows inspection of messages in a flow. |
Uses of AbstractMessageProcessorOwner in org.mule.routing.outbound |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.routing.outbound | |
---|---|
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. |
Uses of AbstractMessageProcessorOwner in org.mule.tck.functional |
---|
Subclasses of AbstractMessageProcessorOwner in org.mule.tck.functional | |
---|---|
class |
QuietExceptionStrategy
Restrict exceptions to debug log messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |