org.apache.camel.model.dataformat
Class DataFormatsDefinition

java.lang.Object
  extended by org.apache.camel.model.dataformat.DataFormatsDefinition

public class DataFormatsDefinition
extends Object

Represents the XML type for a collection of DataFormats.


Constructor Summary
DataFormatsDefinition()
           
 
Method Summary
 Map<String,DataFormatDefinition> asMap()
           
 List<DataFormatDefinition> getDataFormats()
           
 void setDataFormats(List<DataFormatDefinition> dataFormats)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFormatsDefinition

public DataFormatsDefinition()
Method Detail

setDataFormats

public void setDataFormats(List<DataFormatDefinition> dataFormats)

getDataFormats

public List<DataFormatDefinition> getDataFormats()

asMap

public Map<String,DataFormatDefinition> asMap()
Returns:
A Map of the contained DataFormatType's indexed by id.


Apache CAMEL