public class ExchangeToBodyFunc1<T> extends Object implements rx.functions.Func1<org.apache.camel.Exchange,T>
Func1 to convert an Exchange to the given type using the
IN Message's body| Constructor and Description |
|---|
ExchangeToBodyFunc1(Class<T> bodyType) |
Apache Camel