be.ehealth.technicalconnector.adapter
Class XmlDateAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.DateTime>
be.ehealth.technicalconnector.adapter.XmlDateAdapter
- Direct Known Subclasses:
- XmlDateNoTzAdapter
public class XmlDateAdapter
- extends XmlAdapter<String,org.joda.time.DateTime>
Converts xs:date from string to org.joda.time.DateTime and vice versa.
XmlDateAdapter
public XmlDateAdapter()
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 Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.