@UriParams public abstract class CryptoCmsMarshallerConfiguration extends Object
Constructor and Description |
---|
CryptoCmsMarshallerConfiguration(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.CamelContext |
getContext() |
Boolean |
getToBase64() |
protected void |
logErrorAndThrow(org.slf4j.Logger log,
String message) |
void |
setToBase64(Boolean toBase64)
Indicates whether the Signed Data or Enveloped Data instance shall be
base 64 encoded.
|
public CryptoCmsMarshallerConfiguration(org.apache.camel.CamelContext context)
public Boolean getToBase64()
public void setToBase64(Boolean toBase64)
false
.protected org.apache.camel.CamelContext getContext()
protected void logErrorAndThrow(org.slf4j.Logger log, String message) throws CryptoCmsException
CryptoCmsException
Apache Camel