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 javax.xml.bind.annotation.adapters.XmlAdapter<String,List<String>>

Version:
$Rev: 605367 $ $Date: 2007-12-19 00:50:11 +0100 (Mi, 19. Dez 2007) $

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 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.