Package org.apache.openejb.jee.jpa
Class JpaJaxbUtil
- java.lang.Object
-
- org.apache.openejb.jee.jpa.JpaJaxbUtil
-
public class JpaJaxbUtil extends Object
- Version:
- $Rev$ $Date$
-
-
Constructor Summary
Constructors Constructor Description JpaJaxbUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Stringmarshal(Class<T> type, Object object)static <T> voidmarshal(Class<T> type, Object object, OutputStream out)static <T> Objectunmarshal(Class<T> type, InputStream in)
-
-
-
Method Detail
-
marshal
public static <T> String marshal(Class<T> type, Object object) throws jakarta.xml.bind.JAXBException
- Throws:
jakarta.xml.bind.JAXBException
-
marshal
public static <T> void marshal(Class<T> type, Object object, OutputStream out) throws jakarta.xml.bind.JAXBException
- Throws:
jakarta.xml.bind.JAXBException
-
unmarshal
public static <T> Object unmarshal(Class<T> type, InputStream in) throws ParserConfigurationException, SAXException, jakarta.xml.bind.JAXBException
- Throws:
ParserConfigurationExceptionSAXExceptionjakarta.xml.bind.JAXBException
-
-