org.apache.camel.model.dataformat
Class DataFormatsType

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

public class DataFormatsType
extends Object

Represents the XML type for a collection of DataFormats.


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

Constructor Detail

DataFormatsType

public DataFormatsType()
Method Detail

setDataFormats

public void setDataFormats(List<DataFormatType> dataFormats)

getDataFormats

public List<DataFormatType> getDataFormats()

asMap

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


Copyright © 2009 IONA Open Source Community. All Rights Reserved.