org.apache.camel.model.dataformat
Class RssDataFormat

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

public class RssDataFormat
extends DataFormatDefinition

Represents the RSS DataFormat.


Constructor Summary
RssDataFormat()
           
 
Method Summary
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
configureDataFormat, createDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getShortName, 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

RssDataFormat

public RssDataFormat()


Apache CAMEL