org.apache.openejb.jee
Class LoadOnStartupAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
org.apache.openejb.jee.LoadOnStartupAdapter
public class LoadOnStartupAdapter
- extends XmlAdapter<String,Integer>
- Version:
- $Rev: 1382501 $ $Date: 2012-09-09 15:47:56 +0200 (Dim, 09 sep 2012) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadOnStartupAdapter
public LoadOnStartupAdapter()
unmarshal
public Integer unmarshal(String value)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,Integer>
- Throws:
Exception
marshal
public String marshal(Integer v)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,Integer>
- Throws:
Exception
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.