org.apache.camel.component.hawtdb
Class HawtDBCamelCodec

java.lang.Object
  extended by org.apache.camel.component.hawtdb.HawtDBCamelCodec

public final class HawtDBCamelCodec
extends Object

Version:

Constructor Summary
HawtDBCamelCodec()
           
 
Method Summary
 org.fusesource.hawtbuf.Buffer marshallExchange(org.apache.camel.CamelContext camelContext, org.apache.camel.Exchange exchange)
           
 org.fusesource.hawtbuf.Buffer marshallKey(String key)
           
 org.apache.camel.Exchange unmarshallExchange(org.apache.camel.CamelContext camelContext, org.fusesource.hawtbuf.Buffer buffer)
           
 String unmarshallKey(org.fusesource.hawtbuf.Buffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HawtDBCamelCodec

public HawtDBCamelCodec()
Method Detail

marshallKey

public org.fusesource.hawtbuf.Buffer marshallKey(String key)
                                          throws IOException
Throws:
IOException

unmarshallKey

public String unmarshallKey(org.fusesource.hawtbuf.Buffer buffer)
                     throws IOException
Throws:
IOException

marshallExchange

public org.fusesource.hawtbuf.Buffer marshallExchange(org.apache.camel.CamelContext camelContext,
                                                      org.apache.camel.Exchange exchange)
                                               throws IOException
Throws:
IOException

unmarshallExchange

public org.apache.camel.Exchange unmarshallExchange(org.apache.camel.CamelContext camelContext,
                                                    org.fusesource.hawtbuf.Buffer buffer)
                                             throws IOException
Throws:
IOException


Apache Camel