org.apache.openejb.jee
Class LoadOnStartupAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
      extended by org.apache.openejb.jee.LoadOnStartupAdapter

public class LoadOnStartupAdapter
extends XmlAdapter<String,Integer>

Version:
$Rev$ $Date$

Constructor Summary
LoadOnStartupAdapter()
           
 
Method Summary
 String marshal(Integer v)
           
 Integer unmarshal(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadOnStartupAdapter

public LoadOnStartupAdapter()
Method Detail

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–2015 The Apache Software Foundation. All rights reserved.