org.apache.camel.model.dataformat
Class StringDataFormat

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

public class StringDataFormat
extends DataFormatType

Represents the String (text based) DataFormat

Version:
$Revision: 41724 $

Constructor Summary
StringDataFormat()
           
 
Method Summary
protected  DataFormat createDataFormat(RouteContext routeContext)
          Factory method to create the data format instance
 String getCharset()
           
 void setCharset(String charset)
           
 
Methods inherited from class org.apache.camel.model.dataformat.DataFormatType
configureDataFormat, 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

StringDataFormat

public StringDataFormat()
Method Detail

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.