org.jvnet.hyperjaxb3.xml.bind.annotation.adapters
Class StringListAsString
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<List<String>,String>
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.StringListAsString
public class StringListAsString
- extends javax.xml.bind.annotation.adapters.XmlAdapter<List<String>,String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringListAsString
public StringListAsString()
unmarshal
public String unmarshal(List<String> list)
throws Exception
- Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<List<String>,String>
- Throws:
Exception
marshal
public List<String> marshal(String list)
throws Exception
- Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<List<String>,String>
- Throws:
Exception
Copyright © 2005-2011. All Rights Reserved.