public class DateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
Constructor and Description |
---|
DateAdapter() |
public java.util.Date unmarshal(java.lang.String value) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
java.lang.Exception
public java.lang.String marshal(java.util.Date value) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
java.lang.Exception