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
|
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
|
DelegateProcessor |
A Delegate pattern which delegates processing to a nested Processor which can be useful for implementation
inheritance when writing an Policy
|
DelegateSyncProcessor |
A Delegate pattern which delegates synchronous processing to a nested Processor which can be
useful for implementation inheritance when writing an Policy
|
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
|