| Interface | Description |
|---|---|
| AnnotatedProcessor |
A
Processor that supports annotations. |
| Class | Description |
|---|---|
| AbstractDynamicMessageProcessor | |
| AbstractFilteringMessageProcessor |
Abstract
InterceptingMessageProcessor that can be easily be extended and used for filtering message flow through a
Processor chain. |
| AbstractInterceptingMessageProcessor |
Abstract implementation of
InterceptingMessageProcessor that simply provides an implementation of setNext and holds the
next message processor as an attribute. |
| AbstractInterceptingMessageProcessorBase |
Abstract implementation that provides the infrastructure for intercepting message processors.
|
| AbstractMessageProcessorOwner |
An object that owns message processors and delegates startup/shutdown events to them.
|
| AbstractMuleObjectOwner<T> |
An object that owns Mule objects and delegates startup/shutdown events to them.
|
| AbstractRedeliveryPolicy |
Implement a redelivery policy for Mule.
|
| AbstractRequestResponseMessageProcessor |
Base implementation of a
Processor that may performs processing during both the
request and response processing phases while supporting non-blocking execution. |
| AsyncDelegateMessageProcessor |
Processes
Event's asynchronously using a ProcessingStrategy to schedule asynchronous processing of
MessageProcessor delegate configured the next Processor. |
| AsyncWorkListener | |
| DelegateTransaction |
Transaction placeholder to replace with proper transaction once transactional resource is discovered by mule
|
| DelegateTransactionFactory |
Transaction factory for DelegateTransaction.
|
| EndpointTransactionalInterceptingMessageProcessor |
Wraps the invocation of the next
Processor with a transaction. |
| IdempotentRedeliveryPolicy |
Implement a retry policy for Mule.
|
| InvokerMessageProcessor |
InvokerMessageProcessor invokes a specified method of an object. |
| NullMessageProcessor | |
| ReferenceProcessor |
This class is used as wrapper for
Processors referenced using the AnnotatedObject interface since the referenced object may be a singleton an the
metadata is related to the |
| ResponseMessageProcessorAdapter | |
| SecurityFilterMessageProcessor |
Filters the flow using the specified
SecurityFilter. |
| TryMessageProcessor |
Wraps the invocation of a list of nested processors
Processor with a transaction. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.