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: 957654 $ $Date: 2010-06-24 18:00:10 +0000 (Thu, 24 Jun 2010) $
| 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-2011 The Apache Software Foundation. All Rights Reserved.