org.apache.openejb.config.sys
Class ListAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,List<String>>
      extended by org.apache.openejb.config.sys.ListAdapter

public class ListAdapter
extends XmlAdapter<String,List<String>>

Version:
$Rev: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $

Constructor Summary
ListAdapter()
           
 
Method Summary
 String marshal(List<String> list)
           
 List<String> unmarshal(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAdapter

public ListAdapter()
Method Detail

unmarshal

public List<String> unmarshal(String s)
Specified by:
unmarshal in class XmlAdapter<String,List<String>>

marshal

public String marshal(List<String> list)
Specified by:
marshal in class XmlAdapter<String,List<String>>


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.