org.apache.camel.processor.interceptor
Interface ExchangeFormatter

All Known Implementing Classes:
DefaultExchangeFormatter, LogFormatter, TraceInterceptor

public interface ExchangeFormatter

A plugin used to turn an Exchange into a String so it can be logged to a file

Version:
$Revision: 1257 $

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



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