org.apache.camel.spi
Interface ExchangeConverter

All Known Implementing Classes:
DefaultExchangeConverter

public interface ExchangeConverter

This converter is capable of converting from an exchange to another type

Version:
$Revision: 35332 $

Method Summary
<T> T
convertTo(Class<T> type, Exchange exchange)
           
 

Method Detail

convertTo

<T> T convertTo(Class<T> type,
                Exchange exchange)


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