org.apache.camel.model.dataformat
Class StringDataFormat
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.dataformat.DataFormatType
org.apache.camel.model.dataformat.StringDataFormat
- All Implemented Interfaces:
- DataFormat
public class StringDataFormat
- extends DataFormatType
Represents the String (text based) DataFormat
- Version:
- $Revision: 41724 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringDataFormat
public StringDataFormat()
createDataFormat
protected DataFormat createDataFormat(RouteContext routeContext)
- Description copied from class:
DataFormatType
- Factory method to create the data format instance
- Overrides:
createDataFormat
in class DataFormatType
getCharset
public String getCharset()
setCharset
public void setCharset(String charset)
Copyright © 2008 IONA Open Source Community. All Rights Reserved.