Package org.apache.openejb.jee.sun
Class JaxbSun
- java.lang.Object
-
- org.apache.openejb.jee.sun.JaxbSun
-
public class JaxbSun extends Object
- Version:
- $Rev$ $Date$
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJaxbSun.NamespaceFilter
-
Constructor Summary
Constructors Constructor Description JaxbSun()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Stringmarshal(Class<T> type, Object object)static <T> Objectunmarshal(Class<T> type, InputStream in)static <T> Objectunmarshal(Class<T> type, InputStream in, boolean logErrors)
-
-
-
Method Detail
-
marshal
public static <T> String marshal(Class<T> type, Object object) 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
-
unmarshal
public static <T> Object unmarshal(Class<T> type, InputStream in, boolean logErrors) throws ParserConfigurationException, SAXException, jakarta.xml.bind.JAXBException
- Throws:
ParserConfigurationExceptionSAXExceptionjakarta.xml.bind.JAXBException
-
-