org.apache.camel.model.dataformat
Class JaxbDataFormat
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.DataFormatDefinition
org.apache.camel.model.dataformat.JaxbDataFormat
public class JaxbDataFormat
- extends DataFormatDefinition
Represents the JAXB2 XML DataFormat
- Version:
- $Revision: 901192 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbDataFormat
public JaxbDataFormat()
JaxbDataFormat
public JaxbDataFormat(boolean prettyPrint)
getContextPath
public String getContextPath()
setContextPath
public void setContextPath(String contextPath)
getPrettyPrint
public Boolean getPrettyPrint()
setPrettyPrint
public void setPrettyPrint(Boolean prettyPrint)
getIgnoreJAXBElement
public Boolean getIgnoreJAXBElement()
setIgnoreJAXBElement
public void setIgnoreJAXBElement(Boolean ignoreJAXBElement)
getFilterNonXmlChars
public Boolean getFilterNonXmlChars()
setFilterNonXmlChars
public void setFilterNonXmlChars(Boolean filterNonXmlChars)
getPartClass
public String getPartClass()
setPartClass
public void setPartClass(String partClass)
setPartNamespace
public void setPartNamespace(String partNamespace)
configureDataFormat
protected void configureDataFormat(DataFormat dataFormat)
- Description copied from class:
DataFormatDefinition
- Allows derived classes to customize the data format
- Overrides:
configureDataFormat in class DataFormatDefinition
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.