public class Iso8601DateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
| Constructor and Description |
|---|
Iso8601DateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static java.text.DateFormat |
getFormat() |
java.lang.String |
marshal(java.util.Date date) |
java.util.Date |
unmarshal(java.lang.String s) |
public java.util.Date unmarshal(java.lang.String s)
throws java.lang.Exception
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>java.lang.Exceptionpublic java.lang.String marshal(java.util.Date date)
throws java.lang.Exception
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>java.lang.Exceptionpublic static java.text.DateFormat getFormat()