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

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

public static class XStreamDataFormat.ImplicitCollectionsAdapter
extends XmlAdapter<XStreamDataFormat.ImplicitCollectionList,Map<String,String[]>>


Constructor Summary
XStreamDataFormat.ImplicitCollectionsAdapter()
           
 
Method Summary
 XStreamDataFormat.ImplicitCollectionList marshal(Map<String,String[]> v)
           
 Map<String,String[]> unmarshal(XStreamDataFormat.ImplicitCollectionList v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamDataFormat.ImplicitCollectionsAdapter

public XStreamDataFormat.ImplicitCollectionsAdapter()
Method Detail

marshal

public XStreamDataFormat.ImplicitCollectionList marshal(Map<String,String[]> v)
                                                 throws Exception
Specified by:
marshal in class XmlAdapter<XStreamDataFormat.ImplicitCollectionList,Map<String,String[]>>
Throws:
Exception

unmarshal

public Map<String,String[]> unmarshal(XStreamDataFormat.ImplicitCollectionList v)
                               throws Exception
Specified by:
unmarshal in class XmlAdapter<XStreamDataFormat.ImplicitCollectionList,Map<String,String[]>>
Throws:
Exception


Apache CAMEL