Class LevelDBCamelCodec
java.lang.Object
org.apache.camel.component.leveldb.LevelDBCamelCodec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]marshallExchange(org.apache.camel.CamelContext camelContext, org.apache.camel.Exchange exchange, boolean allowSerializedHeaders) byte[]marshallKey(String key) org.apache.camel.ExchangeunmarshallExchange(org.apache.camel.CamelContext camelContext, byte[] buffer) unmarshallKey(byte[] buffer)
-
Constructor Details
-
LevelDBCamelCodec
-
-
Method Details
-
marshallKey
- Throws:
IOException
-
unmarshallKey
- Throws:
IOException
-
marshallExchange
public byte[] marshallExchange(org.apache.camel.CamelContext camelContext, org.apache.camel.Exchange exchange, boolean allowSerializedHeaders) throws IOException - Throws:
IOException
-
unmarshallExchange
public org.apache.camel.Exchange unmarshallExchange(org.apache.camel.CamelContext camelContext, byte[] buffer) throws IOException - Throws:
IOException
-