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

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<XStreamDataFormat.AliasList,Map<String,String>>
      extended by org.apache.camel.model.dataformat.XStreamDataFormat.AliasAdapter
Enclosing class:
XStreamDataFormat

public static class XStreamDataFormat.AliasAdapter
extends XmlAdapter<XStreamDataFormat.AliasList,Map<String,String>>


Constructor Summary
XStreamDataFormat.AliasAdapter()
           
 
Method Summary
 XStreamDataFormat.AliasList marshal(Map<String,String> value)
           
 Map<String,String> unmarshal(XStreamDataFormat.AliasList value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamDataFormat.AliasAdapter

public XStreamDataFormat.AliasAdapter()
Method Detail

marshal

public XStreamDataFormat.AliasList marshal(Map<String,String> value)
                                    throws Exception
Specified by:
marshal in class XmlAdapter<XStreamDataFormat.AliasList,Map<String,String>>
Throws:
Exception

unmarshal

public Map<String,String> unmarshal(XStreamDataFormat.AliasList value)
                             throws Exception
Specified by:
unmarshal in class XmlAdapter<XStreamDataFormat.AliasList,Map<String,String>>
Throws:
Exception


Apache CAMEL