public class SignedDataCreator extends CryptoCmsMarshallerAbstract
| Constructor and Description |
|---|
SignedDataCreator(SignedDataCreatorConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
marshalInternal(InputStream is,
OutputStream os,
org.apache.camel.Exchange exchange) |
protected void |
setBodyAndHeader(org.apache.camel.Message out,
Object encodedSignedData)
Intended for overwriting in order to set headers and body for the out
message.
|
getConfiguration, processpublic SignedDataCreator(SignedDataCreatorConfiguration conf)
protected void setBodyAndHeader(org.apache.camel.Message out,
Object encodedSignedData)
CryptoCmsMarshallerAbstractsetBodyAndHeader in class CryptoCmsMarshallerAbstractprotected void marshalInternal(InputStream is, OutputStream os, org.apache.camel.Exchange exchange) throws Exception
marshalInternal in class CryptoCmsMarshallerAbstractExceptionApache Camel