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, process
public SignedDataCreator(SignedDataCreatorConfiguration conf)
protected void setBodyAndHeader(org.apache.camel.Message out, Object encodedSignedData)
CryptoCmsMarshallerAbstract
setBodyAndHeader
in class CryptoCmsMarshallerAbstract
protected void marshalInternal(InputStream is, OutputStream os, org.apache.camel.Exchange exchange) throws Exception
marshalInternal
in class CryptoCmsMarshallerAbstract
Exception
Apache Camel