| 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. |
| ConvertBodyProcessor |
A processor which converts the payload of the input message to be of the given type
If the conversion fails an
InvalidPayloadException is thrown. |
| DefaultExchangeFormatter |
Default
ExchangeFormatter that have fine grained options to configure what to include in the output. |
| DefaultExchangeFormatterConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| 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
|
| PredicateValidatingProcessor |
A processor which validates the content of the inbound message body against a
Predicate. |
| ThroughputLogger |
A logger for logging message throughput.
|
| UnmarshalProcessor |
Unmarshals the body of the incoming message using the given data
format
|
| Enum | Description |
|---|---|
| DefaultExchangeFormatter.OutputStyle |
| Exception | Description |
|---|---|
| PredicateValidationException |
A predicate validation exception occurred
|
Apache Camel