Uses of Interface
org.apache.camel.spi.ExchangeFormatter

Packages that use ExchangeFormatter
org.apache.camel.component.log The Log Component uses Jakarta Commons Logging to log message exchanges. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
 

Uses of ExchangeFormatter in org.apache.camel.component.log
 

Classes in org.apache.camel.component.log that implement ExchangeFormatter
 class LogFormatter
          Logger formatter to format the logging output.
 

Uses of ExchangeFormatter in org.apache.camel.processor
 

Methods in org.apache.camel.processor with parameters of type ExchangeFormatter
 void CamelLogger.setFormatter(ExchangeFormatter formatter)
          Deprecated.  
 

Constructors in org.apache.camel.processor with parameters of type ExchangeFormatter
CamelLogger(org.slf4j.Logger log, ExchangeFormatter formatter)
          Deprecated.  
CamelLogProcessor(CamelLogger log, ExchangeFormatter formatter)
           
 

Uses of ExchangeFormatter in org.apache.camel.processor.interceptor
 

Classes in org.apache.camel.processor.interceptor that implement ExchangeFormatter
 class TraceInterceptor
          An interceptor for debugging and tracing routes
 

Methods in org.apache.camel.processor.interceptor with parameters of type ExchangeFormatter
 CamelLogProcessor Tracer.getLogger(ExchangeFormatter formatter)
          Gets the logger to be used for tracers that can format and log a given exchange.
 



Apache CAMEL