org.apache.camel.model.dataformat
Class XStreamDataFormat.AliasList

java.lang.Object
  extended by org.apache.camel.model.dataformat.XStreamDataFormat.AliasList
Enclosing class:
XStreamDataFormat

public static class XStreamDataFormat.AliasList
extends Object


Constructor Summary
XStreamDataFormat.AliasList()
           
 
Method Summary
 List<XStreamDataFormat.AliasEntry> getList()
           
 void setList(List<XStreamDataFormat.AliasEntry> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamDataFormat.AliasList

public XStreamDataFormat.AliasList()
Method Detail

getList

public List<XStreamDataFormat.AliasEntry> getList()

setList

public void setList(List<XStreamDataFormat.AliasEntry> list)


Apache CAMEL