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 javax.xml.bind.annotation.adapters.XmlAdapter<String,List<String>>
- Version:
- $Rev: 605367 $ $Date: 2007-12-19 00:50:11 +0100 (Mi, 19. Dez 2007) $
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 javax.xml.bind.annotation.adapters.XmlAdapter<String,List<String>>
marshal
public String marshal(List<String> list)
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,List<String>>
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.