be.ehealth.technicalconnector.adapter
Class XmlTimeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.DateTime>
be.ehealth.technicalconnector.adapter.XmlTimeAdapter
public class XmlTimeAdapter
- extends XmlAdapter<String,org.joda.time.DateTime>
Converts xs:time from string to org.joda.time.DateTime and vice versa.
XmlTimeAdapter
public XmlTimeAdapter()
unmarshal
public org.joda.time.DateTime unmarshal(String value)
throws Exception
- Specified by:
unmarshal
in class XmlAdapter<String,org.joda.time.DateTime>
- Throws:
Exception
marshal
public String marshal(org.joda.time.DateTime value)
throws Exception
- Specified by:
marshal
in class XmlAdapter<String,org.joda.time.DateTime>
- Throws:
Exception
Connector Packaging TECHNICAL 3.14.2 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.