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 javax.xml.bind.annotation.adapters.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 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.