org.apache.openejb.jee.jpa.unit
Class PropertiesAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>
org.apache.openejb.jee.jpa.unit.PropertiesAdapter
public class PropertiesAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>
- Version:
- $Rev$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesAdapter
public PropertiesAdapter()
marshal
public Properties marshal(Properties v)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>
- Throws:
Exception
unmarshal
public Properties unmarshal(Properties v)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>
- Throws:
Exception
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.