org.apache.camel.model.dataformat
Class XStreamDataFormat
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.DataFormatDefinition
org.apache.camel.model.dataformat.XStreamDataFormat
public class XStreamDataFormat
- extends DataFormatDefinition
Represents the XStream XML DataFormat
- Version:
- $Revision: 904442 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamDataFormat
public XStreamDataFormat()
XStreamDataFormat
public XStreamDataFormat(String encoding)
setEncoding
public void setEncoding(String encoding)
getEncoding
public String getEncoding()
configureDataFormat
protected void configureDataFormat(DataFormat dataFormat)
- Description copied from class:
DataFormatDefinition
- Allows derived classes to customize the data format
- Overrides:
configureDataFormat in class DataFormatDefinition
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.