org.kuali.api.jaxb
Class DateAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
      extended by org.kuali.api.jaxb.DateAdapter

public class DateAdapter
extends XmlAdapter<String,Date>

Created with IntelliJ IDEA. User: ? Date: 5/29/12 Time: 11:54 AM To change this template use File | Settings | File Templates.


Constructor Summary
DateAdapter()
           
 
Method Summary
 String marshal(Date v)
           
 Date unmarshal(String dateString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateAdapter

public DateAdapter()
Method Detail

unmarshal

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

marshal

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


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