org.apache.camel.model.dataformat
Class XMLBeansDataFormat

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.XMLBeansDataFormat
All Implemented Interfaces:
DataFormat

public class XMLBeansDataFormat
extends DataFormatType

Represents the XMLBeans XML DataFormat

Version:
$Revision: 36321 $

Constructor Summary
XMLBeansDataFormat()
           
 
Method Summary
 Boolean getPrettyPrint()
           
 void setPrettyPrint(Boolean prettyPrint)
           
 
Methods inherited from class org.apache.camel.model.dataformat.DataFormatType
configureDataFormat, 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

XMLBeansDataFormat

public XMLBeansDataFormat()
Method Detail

getPrettyPrint

public Boolean getPrettyPrint()

setPrettyPrint

public void setPrettyPrint(Boolean prettyPrint)


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