@ConfigurationProperties(prefix="camel.dataformat.jaxb") public class JaxbDataFormatConfiguration extends Object
Constructor and Description |
---|
JaxbDataFormatConfiguration() |
public String getContextPath()
public void setContextPath(String contextPath)
public String getSchema()
public void setSchema(String schema)
public Boolean getPrettyPrint()
public void setPrettyPrint(Boolean prettyPrint)
public Boolean getObjectFactory()
public void setObjectFactory(Boolean objectFactory)
public Boolean getIgnoreJAXBElement()
public void setIgnoreJAXBElement(Boolean ignoreJAXBElement)
public Boolean getMustBeJAXBElement()
public void setMustBeJAXBElement(Boolean mustBeJAXBElement)
public Boolean getFilterNonXmlChars()
public void setFilterNonXmlChars(Boolean filterNonXmlChars)
public String getEncoding()
public void setEncoding(String encoding)
public Boolean getFragment()
public void setFragment(Boolean fragment)
public String getPartClass()
public void setPartClass(String partClass)
public String getPartNamespace()
public void setPartNamespace(String partNamespace)
public String getNamespacePrefixRef()
public void setNamespacePrefixRef(String namespacePrefixRef)
public String getXmlStreamWriterWrapper()
public void setXmlStreamWriterWrapper(String xmlStreamWriterWrapper)
public String getSchemaLocation()
public void setSchemaLocation(String schemaLocation)
public String getNoNamespaceSchemaLocation()
public void setNoNamespaceSchemaLocation(String noNamespaceSchemaLocation)
public String getJaxbProviderProperties()
public void setJaxbProviderProperties(String jaxbProviderProperties)
Apache Camel