| Class | Description |
|---|---|
| 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. |
| DefaultExchangeFormatter |
Default
ExchangeFormatter that have fine grained options to configure what to include in the output. |
| DefaultMaskingFormatter |
The
MaskingFormatter that searches the specified keywords in the source
and replace its value with mask string. |
| 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. |
| DelegateProcessor |
A Delegate pattern which delegates processing to a nested
Processor which can
be useful for implementation inheritance when writing an Policy
Important: This implementation does not support the asynchronous routing engine. |
| DelegateSyncProcessor |
A Delegate pattern which delegates synchronous processing to a nested
Processor which can
be useful for implementation inheritance when writing an Policy
Important: This implementation does support the asynchronous routing engine, only. |
| MarshalProcessor |
Marshals the body of the incoming message using the given
data format
|
| ThroughputLogger |
A logger for logging message throughput.
|
| UnmarshalProcessor |
Unmarshals the body of the incoming message using the given
data format
|
| Enum | Description |
|---|---|
| DefaultExchangeFormatter.OutputStyle |
Apache Camel