be.ehealth.technicalconnector.adapter
Class XmlTimeNoTzAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.DateTime>
      extended by be.ehealth.technicalconnector.adapter.XmlTimeNoTzAdapter

public class XmlTimeNoTzAdapter
extends XmlAdapter<String,org.joda.time.DateTime>

Converts xs:time from string to org.joda.time.DateTime and vice versa.


Constructor Summary
XmlTimeNoTzAdapter()
           
 
Method Summary
 String marshal(org.joda.time.DateTime value)
           
 org.joda.time.DateTime unmarshal(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlTimeNoTzAdapter

public XmlTimeNoTzAdapter()
Method Detail

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 TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.