public class DateTimeXmlAdapter extends XmlAdapter<String,org.joda.time.DateTime>
DateTimeXmlAdapter()
String
marshal(org.joda.time.DateTime v)
org.joda.time.DateTime
unmarshal(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateTimeXmlAdapter()
public String marshal(org.joda.time.DateTime v) throws Exception
marshal
XmlAdapter<String,org.joda.time.DateTime>
Exception
public org.joda.time.DateTime unmarshal(String s) throws Exception
unmarshal
Copyright © 2013 Digipost Open Source. All Rights Reserved.