public class DateTimeAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
DateTimeAdapter()
String
marshal(Date date)
Date
unmarshal(String dateString)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateTimeAdapter()
public String marshal(Date date) throws Exception
marshal
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
Exception
public Date unmarshal(String dateString) throws Exception
unmarshal
Copyright © 2014 Equilibrium. All rights reserved.