@Metadata(label="dataformat,transformation",
title="Hessian")
public class HessianDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
HessianDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedUnmarshallObjects() |
String |
getDeniedUnmarshallObjects() |
Boolean |
getWhitelistEnabled() |
void |
setAllowedUnmarshallObjects(String allowedUnmarshallObjects)
Define the allowed objects to be unmarshalled
|
void |
setDeniedUnmarshallObjects(String deniedUnmarshallObjects)
Define the denied objects to be unmarshalled
|
void |
setWhitelistEnabled(Boolean whitelistEnabled)
Define if Whitelist feature is enabled or not
|
configureDataFormat, configureDataFormat, createDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setDataFormat, setDataFormatName, setOtherAttributes, setProperty, setPropertygetId, setIdpublic HessianDataFormat()
public Boolean getWhitelistEnabled()
public void setWhitelistEnabled(Boolean whitelistEnabled)
public String getAllowedUnmarshallObjects()
public void setAllowedUnmarshallObjects(String allowedUnmarshallObjects)
public String getDeniedUnmarshallObjects()
public void setDeniedUnmarshallObjects(String deniedUnmarshallObjects)
Apache Camel