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

Packages that use ExchangeFormatter
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.impl
 

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

Uses of ExchangeFormatter in org.apache.camel.processor
 

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