@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.soapjaxb") public class SoapJaxbDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Constructor and Description |
---|
SoapJaxbDataFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getContentTypeHeader() |
String |
getContextPath() |
String |
getElementNameStrategyRef() |
String |
getEncoding() |
String |
getNamespacePrefixRef() |
String |
getSchema() |
String |
getVersion() |
void |
setContentTypeHeader(Boolean contentTypeHeader) |
void |
setContextPath(String contextPath) |
void |
setElementNameStrategyRef(String elementNameStrategyRef) |
void |
setEncoding(String encoding) |
void |
setNamespacePrefixRef(String namespacePrefixRef) |
void |
setSchema(String schema) |
void |
setVersion(String version) |
public String getContextPath()
public void setContextPath(String contextPath)
public String getEncoding()
public void setEncoding(String encoding)
public String getElementNameStrategyRef()
public void setElementNameStrategyRef(String elementNameStrategyRef)
public String getVersion()
public void setVersion(String version)
public String getNamespacePrefixRef()
public void setNamespacePrefixRef(String namespacePrefixRef)
public String getSchema()
public void setSchema(String schema)
public Boolean getContentTypeHeader()
public void setContentTypeHeader(Boolean contentTypeHeader)
Apache Camel