org.apache.camel.model.dataformat
Class JaxbDataFormat

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.dataformat.DataFormatType
          extended by org.apache.camel.model.dataformat.JaxbDataFormat
All Implemented Interfaces:
DataFormat

public class JaxbDataFormat
extends DataFormatType

Represents the JAXB2 XML DataFormat

Version:
$Revision: 63025 $

Constructor Summary
JaxbDataFormat()
           
JaxbDataFormat(boolean prettyPrint)
           
 
Method Summary
protected  void configureDataFormat(DataFormat dataFormat)
          Allows derived classes to customize the data format
 String getContextPath()
           
 Boolean getIgnoreJAXBElement()
           
 Boolean getPrettyPrint()
           
 void setContextPath(String contextPath)
           
 void setIgnoreJAXBElement(Boolean ignoreJAXBElement)
           
 void setPrettyPrint(Boolean prettyPrint)
           
 
Methods inherited from class org.apache.camel.model.dataformat.DataFormatType
createDataFormat, getDataFormat, getDataFormat, marshal, setProperty, unmarshal
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbDataFormat

public JaxbDataFormat()

JaxbDataFormat

public JaxbDataFormat(boolean prettyPrint)
Method Detail

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)

configureDataFormat

protected void configureDataFormat(DataFormat dataFormat)
Description copied from class: DataFormatType
Allows derived classes to customize the data format

Overrides:
configureDataFormat in class DataFormatType


Copyright © 2009 IONA Open Source Community. All Rights Reserved.