|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractInterceptingMessageProcessor | |
|---|---|
| org.mule.construct | |
| org.mule.endpoint.outbound | |
| org.mule.interceptor | |
| org.mule.lifecycle.processor | |
| org.mule.processor | |
| 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.routing.requestreply | |
| org.mule.service | |
| org.mule.service.processor | |
| Uses of AbstractInterceptingMessageProcessor in org.mule.construct |
|---|
| Subclasses of AbstractInterceptingMessageProcessor in org.mule.construct | |
|---|---|
class |
AbstractPipeline.ProcessIfPipelineStartedMessageProcessor
|
| Uses of AbstractInterceptingMessageProcessor in org.mule.endpoint.outbound |
|---|
| Subclasses of AbstractInterceptingMessageProcessor in org.mule.endpoint.outbound | |
|---|---|
class |
OutboundResponsePropertiesMessageProcessor
Propagates properties from request message to response message as defined by OutboundEndpoint.getResponseProperties(). |
class |
OutboundTxRollbackMessageProcessor
MessageProcessor implementation that stops outbound flow is the current transaction has been rolled back. |
| Uses of AbstractInterceptingMessageProcessor in org.mule.interceptor |
|---|
| Subclasses of AbstractInterceptingMessageProcessor in org.mule.interceptor | |
|---|---|
class |
AbstractEnvelopeInterceptor
EnvelopeInterceptor is an intercepter that will fire before and after
an event is received. |
class |
InterceptorStack
Maintains a list of interceptors that can be applied to components. |
class |
LoggingInterceptor
LoggingInterceptor is a simple interceptor that logs a message before
and after the event processing. |
class |
ProcessingTimeInterceptor
Calculate and record the processing time for a message processing chain |
class |
TimerInterceptor
TimerInterceptor simply times and displays the time taken to process
an event. |
| Uses of AbstractInterceptingMessageProcessor in org.mule.lifecycle.processor |
|---|
| Uses of AbstractInterceptingMessageProcessor in org.mule.processor |
|---|
| Uses of AbstractInterceptingMessageProcessor in org.mule.routing |
|---|
| Subclasses of AbstractInterceptingMessageProcessor in org.mule.routing | |
|---|---|
class |
AbstractAggregator
AbstractEventAggregator will aggregate a set of messages into a
single message. |
class |
AbstractCorrelationAggregator
AbstractCorrelationAggregatingMessageProcessor uses the CorrelationID
and CorrelationGroupSize properties of the MuleMessage to
manage message groups. |
class |
AbstractSplitter
Splits a message invoking the next message processor one for each split part. |
class |
CollectionSplitter
Splits a message that has a Collection, Iterable, MessageSequence or Iterator payload invoking the next message processor one for each item in it. |
class |
ExpressionSplitter
Splits a message using the expression provided invoking the next message processor one for each split part. |
class |
IdempotentMessageFilter
IdempotentMessageFilter ensures that only unique messages are passed
on. |
class |
IdempotentSecureHashMessageFilter
IdempotentSecureHashMessageFilter ensures that only unique messages are
received by a service. |
class |
MapSplitter
Splits a message that has a map payload invoking the next message processor one for each item in the map in order. |
class |
MessageChunkAggregator
|
class |
MessageChunkSplitter
A router that breaks up the current message onto smaller parts and sends them to the same destination. |
class |
MessageFilter
Implementation of InterceptingMessageProcessor that filters message flow
using a Filter. |
class |
Resequencer
Resequencer is used to resequence events according to their dispatch
sequence in the correlation group. |
class |
SimpleCollectionAggregator
This router will return all aggregated events as a MuleMessageCollection. |
| Uses of AbstractInterceptingMessageProcessor in org.mule.routing.outbound |
|---|
| Subclasses of AbstractInterceptingMessageProcessor in org.mule.routing.outbound | |
|---|---|
class |
AbstractMessageSequenceSplitter
Base implementation of a MuleMessage splitter, that converts its payload
in a MessageSequence, and process each element of it. |
| Uses of AbstractInterceptingMessageProcessor in org.mule.routing.requestreply |
|---|
| Uses of AbstractInterceptingMessageProcessor in org.mule.service |
|---|
| Subclasses of AbstractInterceptingMessageProcessor in org.mule.service | |
|---|---|
class |
ForwardingConsumer
Deprecated. |
| Uses of AbstractInterceptingMessageProcessor in org.mule.service.processor |
|---|
| Subclasses of AbstractInterceptingMessageProcessor in org.mule.service.processor | |
|---|---|
class |
ServiceInternalMessageProcessor
Deprecated. |
class |
ServiceOutboundMessageProcessor
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||