public class JdbcCamelCodec extends Object
| Constructor and Description |
|---|
JdbcCamelCodec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
marshallExchange(org.apache.camel.CamelContext camelContext,
org.apache.camel.Exchange exchange,
boolean allowSerializedHeaders) |
void |
marshallExchange(org.apache.camel.CamelContext camelContext,
org.apache.camel.Exchange exchange,
boolean allowSerializedHeaders,
OutputStream outputStream) |
org.apache.camel.Exchange |
unmarshallExchange(org.apache.camel.CamelContext camelContext,
byte[] buffer) |
org.apache.camel.Exchange |
unmarshallExchange(org.apache.camel.CamelContext camelContext,
InputStream inputStream) |
public byte[] marshallExchange(org.apache.camel.CamelContext camelContext,
org.apache.camel.Exchange exchange,
boolean allowSerializedHeaders)
throws IOException
IOExceptionpublic void marshallExchange(org.apache.camel.CamelContext camelContext,
org.apache.camel.Exchange exchange,
boolean allowSerializedHeaders,
OutputStream outputStream)
throws IOException
IOExceptionpublic org.apache.camel.Exchange unmarshallExchange(org.apache.camel.CamelContext camelContext,
byte[] buffer)
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic org.apache.camel.Exchange unmarshallExchange(org.apache.camel.CamelContext camelContext,
InputStream inputStream)
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionApache Camel