| Package | Description |
|---|---|
| org.apache.camel.processor |
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
|
| org.apache.camel.processor.channel | |
| org.apache.camel.processor.errorhandler |
Exception policy startegies for Dead Letter Channel pattern.
|
| Class and Description |
|---|
| CamelInternalProcessor.UnitOfWorkProcessorAdvice
Advice to inject new
UnitOfWork to the Exchange if needed, and as well to ensure
the UnitOfWork is done and stopped. |
| DelayProcessorSupport
A useful base class for any processor which provides some kind of throttling
or delayed processing.
|
| ErrorHandler
An interface used to represent an error handler
|
| FilterProcessor
The processor which implements the
Message Filter EIP pattern.
|
| MulticastProcessor
Implements the Multicast pattern to send a message exchange to a number of
endpoints, each endpoint receiving a copy of the message exchange.
|
| Pipeline
Creates a Pipeline pattern where the output of the previous step is sent as
input to the next step, reusing the same message exchanges
|
| ProcessorExchangePair
Exchange pair to be executed by
MulticastProcessor. |
| RoutingSlip
Implements a Routing Slip
pattern where the list of actual endpoints to send a message exchange to are
dependent on the value of a message header.
|
| RoutingSlip.RoutingSlipIterator
The iterator to be used for retrieving the next routing slip(s) to be used.
|
| SendDynamicProcessor
Processor for forwarding exchanges to a dynamic endpoint destination.
|
| Class and Description |
|---|
| CamelInternalProcessor
Internal
Processor that Camel routing engine used during routing for cross cutting functionality such as:
Execute UnitOfWork
Keeping track which route currently is being routed
Execute RoutePolicy
Gather JMX performance statics
Tracing
Debugging
Message History
Stream Caching
Transformer
... |
| Class and Description |
|---|
| ErrorHandler
An interface used to represent an error handler
|
Apache Camel