org.apache.camel.model.dataformat
Class CsvDataFormat

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

public class CsvDataFormat
extends DataFormatDefinition

Represents a CSV (Comma Separated Values) DataFormat

Version:
$Revision: 782535 $

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

CsvDataFormat

public CsvDataFormat()


Apache CAMEL