org.apache.camel.spi
Interface ExchangeFormatter

All Known Implementing Classes:
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:

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

Method Detail

format

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

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


Apache CAMEL