org.apache.camel.processor.aggregate.jdbc
Class JdbcCamelCodec

java.lang.Object
  extended by org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec

public class JdbcCamelCodec
extends Object

Adapted from HawtDBCamelCodec


Constructor Summary
JdbcCamelCodec()
           
 
Method Summary
 byte[] marshallExchange(org.apache.camel.CamelContext camelContext, org.apache.camel.Exchange exchange)
           
 org.apache.camel.Exchange unmarshallExchange(org.apache.camel.CamelContext camelContext, byte[] buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcCamelCodec

public JdbcCamelCodec()
Method Detail

marshallExchange

public byte[] 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,
                                                    byte[] buffer)
                                             throws IOException,
                                                    ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Apache Camel