org.apache.camel.model.dataformat
Class DataFormatsType
java.lang.Object
org.apache.camel.model.dataformat.DataFormatsType
public class DataFormatsType
- extends Object
Represents the XML type for a collection of DataFormats.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataFormatsType
public DataFormatsType()
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.