org.apache.openejb.config.sys
Class ListAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,List<String>>
org.apache.openejb.config.sys.ListAdapter
public class ListAdapter
- extends XmlAdapter<String,List<String>>
- Version:
- $Rev: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAdapter
public ListAdapter()
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-2011 The Apache Software Foundation. All Rights Reserved.