org.apache.openejb.config.typed.util
Class DurationAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Duration>
org.apache.openejb.config.typed.util.DurationAdapter
public class DurationAdapter
- extends XmlAdapter<String,Duration>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DurationAdapter
public DurationAdapter()
unmarshal
public Duration unmarshal(String v)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,Duration>
- Throws:
Exception
marshal
public String marshal(Duration v)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,Duration>
- Throws:
Exception
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.