org.apache.camel.model.dataformat
Class XStreamDataFormat

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

public class XStreamDataFormat
extends DataFormatDefinition

Represents the XStream XML DataFormat

Version:
$Revision: 782535 $

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

XStreamDataFormat

public XStreamDataFormat()
Method Detail

getPrettyPrint

public Boolean getPrettyPrint()

setPrettyPrint

public void setPrettyPrint(Boolean prettyPrint)


Apache CAMEL