public abstract class CryptoCmsMarshallerAbstract extends Object implements org.apache.camel.Processor
Constructor and Description |
---|
CryptoCmsMarshallerAbstract(CryptoCmsMarshallerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
CryptoCmsMarshallerConfiguration |
getConfiguration() |
protected abstract void |
marshalInternal(InputStream is,
OutputStream os,
org.apache.camel.Exchange exchange) |
void |
process(org.apache.camel.Exchange exchange) |
protected void |
setBodyAndHeader(org.apache.camel.Message out,
Object encodedDataObject)
Intended for overwriting in order to set headers and body for the out
message.
|
public CryptoCmsMarshallerAbstract(CryptoCmsMarshallerConfiguration config)
public CryptoCmsMarshallerConfiguration getConfiguration()
public void process(org.apache.camel.Exchange exchange) throws Exception
process
in interface org.apache.camel.Processor
Exception
protected void setBodyAndHeader(org.apache.camel.Message out, Object encodedDataObject)
protected abstract void marshalInternal(InputStream is, OutputStream os, org.apache.camel.Exchange exchange) throws Exception
Exception
Apache Camel