org.kuali.student.enrollment.courseoffering.service
Class ListOfListOfStringXmlAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,List<List<String>>>
      extended by org.kuali.student.enrollment.courseoffering.service.ListOfListOfStringXmlAdapter

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

Author:
ocleirig

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

Constructor Detail

ListOfListOfStringXmlAdapter

public ListOfListOfStringXmlAdapter()
Method Detail

marshal

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

unmarshal

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


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.