org.apache.camel.model.dataformat
Class XMLBeansDataFormat

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.DataFormatDefinition
          extended by org.apache.camel.model.dataformat.XMLBeansDataFormat

public class XMLBeansDataFormat
extends DataFormatDefinition

Represents the XMLBeans XML DataFormat

Version:

Constructor Summary
XMLBeansDataFormat()
           
 
Method Summary
 Boolean getPrettyPrint()
           
 void setPrettyPrint(Boolean prettyPrint)
           
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
configureDataFormat, createDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatName, setProperty
 
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

XMLBeansDataFormat

public XMLBeansDataFormat()
Method Detail

getPrettyPrint

public Boolean getPrettyPrint()

setPrettyPrint

public void setPrettyPrint(Boolean prettyPrint)


Apache CAMEL