Uses of Class
org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry

Packages that use XStreamDataFormat.AliasEntry
org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components 
 

Uses of XStreamDataFormat.AliasEntry in org.apache.camel.model.dataformat
 

Methods in org.apache.camel.model.dataformat that return types with arguments of type XStreamDataFormat.AliasEntry
 List<XStreamDataFormat.AliasEntry> XStreamDataFormat.AliasList.getList()
           
 

Method parameters in org.apache.camel.model.dataformat with type arguments of type XStreamDataFormat.AliasEntry
 void XStreamDataFormat.AliasList.setList(List<XStreamDataFormat.AliasEntry> list)
           
 



Apache CAMEL