| Package | Description |
|---|---|
| org.apache.camel.support.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
CamelLogProcessor
A
Processor which just logs to a CamelLogger object which can be used as an exception handler instead
of using a dead letter queue. |
class |
DelegateAsyncProcessor
A Delegate pattern which delegates processing to a nested
AsyncProcessor which can be useful for
implementation inheritance when writing an Policy
Important: This implementation does support the asynchronous routing engine. |
class |
MarshalProcessor
Marshals the body of the incoming message using the given data
format
|
class |
ThroughputLogger
A logger for logging message throughput.
|
class |
UnmarshalProcessor
Unmarshals the body of the incoming message using the given data
format
|
Apache Camel