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

Packages that use ExchangeFormatter
org.apache.camel.component.log The Log Component uses Jakarta Commons Logging to log message exchanges. 
org.apache.camel.impl Default implementation classes for Camel Core 
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
          Log formatter to format the logging output.
 

Uses of ExchangeFormatter in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ExchangeFormatter
 class DefaultExchangeFormatter
          A default ExchangeFormatter which just uses the Exchange toString() method
 

Uses of ExchangeFormatter in org.apache.camel.processor
 

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

Constructors in org.apache.camel.processor with parameters of type ExchangeFormatter
Logger(org.apache.commons.logging.Log 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
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.