org.jvnet.hyperjaxb3.xml.bind.annotation.adapters
Class StringListAsString

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<List<String>,String>
      extended by org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.StringListAsString

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


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

Constructor Detail

StringListAsString

public StringListAsString()
Method Detail

unmarshal

public String unmarshal(List<String> list)
                 throws Exception
Specified by:
unmarshal in class XmlAdapter<List<String>,String>
Throws:
Exception

marshal

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


Copyright © 2005-2014. All Rights Reserved.