org.apache.openejb.jee.jpa.unit
Class PropertiesAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>
      extended by org.apache.openejb.jee.jpa.unit.PropertiesAdapter

public class PropertiesAdapter
extends XmlAdapter<Properties,Properties>

Version:
$Rev$ $Date$

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

Constructor Detail

PropertiesAdapter

public PropertiesAdapter()
Method Detail

marshal

public Properties marshal(Properties v)
                   throws Exception
Specified by:
marshal in class XmlAdapter<Properties,Properties>
Throws:
Exception

unmarshal

public Properties unmarshal(Properties v)
                     throws Exception
Specified by:
unmarshal in class XmlAdapter<Properties,Properties>
Throws:
Exception


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.