public class JdbcCamelCodec extends Object
Constructor and Description |
---|
JdbcCamelCodec() |
Modifier and Type | Method and Description |
---|---|
byte[] |
marshallExchange(org.apache.camel.CamelContext camelContext,
org.apache.camel.Exchange exchange,
boolean allowSerializedHeaders) |
org.apache.camel.Exchange |
unmarshallExchange(org.apache.camel.CamelContext camelContext,
byte[] buffer) |
public byte[] marshallExchange(org.apache.camel.CamelContext camelContext, org.apache.camel.Exchange exchange, boolean allowSerializedHeaders) throws IOException
IOException
public org.apache.camel.Exchange unmarshallExchange(org.apache.camel.CamelContext camelContext, byte[] buffer) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Apache Camel