Package org.apache.camel.support.processor
Base classes and utilities for EIP and Camel processors
-
Class Summary Class Description CamelLogProcessor AProcessorwhich just logs to aCamelLoggerobject 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 typeDefaultExchangeFormatter DefaultExchangeFormatterthat have fine grained options to configure what to include in the output.DefaultExchangeFormatterConfigurer Generated by camel build tools - do NOT edit this file!DefaultMaskingFormatter TheMaskingFormatterthat searches the specified keywords in the source and replace its value with mask string.DelegateAsyncProcessor A Delegate pattern which delegates processing to a nestedAsyncProcessorwhich can be useful for implementation inheritance when writing anPolicyDelegateProcessor A Delegate pattern which delegates processing to a nestedProcessorwhich can be useful for implementation inheritance when writing anPolicyDelegateSyncProcessor A delegate pattern which delegates synchronous processing to a nestedProcessor.MarshalProcessor Marshals the body of the incoming message using the given data formatPredicateValidatingProcessor A processor which validates the content of the inbound message body against aPredicate.ThroughputLogger A logger for logging message throughput.UnmarshalProcessor Unmarshals the body of the incoming message using the given data format -
Enum Summary Enum Description DefaultExchangeFormatter.OutputStyle -
Exception Summary Exception Description PredicateValidationException A predicate validation exception occurred