Class DateTimeToXMLDate

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
nl.vpro.xml.bind.DateTimeToXMLDate

public class DateTimeToXMLDate extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
  • Constructor Details

    • DateTimeToXMLDate

      public DateTimeToXMLDate()
  • Method Details

    • unmarshal

      public Date unmarshal(String date) throws Exception
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
      Throws:
      Exception
    • marshal

      public String marshal(Date date)
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>