org.apache.camel.component.hawtdb
Class HawtDBCamelCodec
java.lang.Object
org.apache.camel.component.hawtdb.HawtDBCamelCodec
public final class HawtDBCamelCodec
- extends Object
- Version:
- $Revision: 20171 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HawtDBCamelCodec
public HawtDBCamelCodec()
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(CamelContext camelContext,
Exchange exchange)
throws IOException
- Throws:
IOException
unmarshallExchange
public Exchange unmarshallExchange(CamelContext camelContext,
org.fusesource.hawtbuf.Buffer buffer)
throws IOException
- Throws:
IOException
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.