org.apache.camel.spi
Interface ExchangeFormatter

All Known Implementing Classes:
DefaultExchangeFormatter, LogFormatter, TraceInterceptor

public interface ExchangeFormatter

A plugin used to turn an Exchange into a String representation usually to be used for logging or tracing purposes.

Version:
$Revision: 749193 $

Method Summary
 Object format(Exchange exchange)
          Generates a string representation of the exchange
 

Method Detail

format

Object format(Exchange exchange)
Generates a string representation of the exchange

Parameters:
exchange - the exchange
Returns:
a string representation of the exchange


Apache CAMEL