public class CassandraCamelCodec extends Object
| Constructor and Description |
|---|
CassandraCamelCodec() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
marshallExchange(org.apache.camel.CamelContext camelContext,
org.apache.camel.Exchange exchange,
boolean allowSerializedHeaders) |
org.apache.camel.Exchange |
unmarshallExchange(org.apache.camel.CamelContext camelContext,
ByteBuffer buffer) |
public ByteBuffer marshallExchange(org.apache.camel.CamelContext camelContext, org.apache.camel.Exchange exchange, boolean allowSerializedHeaders) throws IOException
IOExceptionpublic org.apache.camel.Exchange unmarshallExchange(org.apache.camel.CamelContext camelContext,
ByteBuffer buffer)
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionApache Camel