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: 525537 $

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

Method Detail

convertTo

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.