org.apache.camel.model.dataformat
Class XStreamDataFormat

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

public class XStreamDataFormat
extends DataFormatType

Represents the XStream XML DataFormat

Version:
$Revision: 382 $

Constructor Summary
XStreamDataFormat()
           
 
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

XStreamDataFormat

public XStreamDataFormat()
Method Detail

getPrettyPrint

public Boolean getPrettyPrint()

setPrettyPrint

public void setPrettyPrint(Boolean prettyPrint)


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