Package org.apache.openejb.jee.oejb3
Class PropertiesAdapter
- java.lang.Object
-
- jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Properties>
-
- org.apache.openejb.jee.oejb3.PropertiesAdapter
-
public class PropertiesAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Properties>
- Version:
- $Rev$ $Date$
-
-
Constructor Summary
Constructors Constructor Description PropertiesAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(Properties properties)Propertiesunmarshal(String s)
-
-
-
Method Detail
-
unmarshal
public Properties unmarshal(String s) throws Exception
- Specified by:
unmarshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<String,Properties>- Throws:
Exception
-
marshal
public String marshal(Properties properties) throws Exception
- Specified by:
marshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<String,Properties>- Throws:
Exception
-
-