Package org.apache.openejb.jee.oejb3
Class JaxbOpenejbJar3
- java.lang.Object
-
- org.apache.openejb.jee.oejb3.JaxbOpenejbJar3
-
public class JaxbOpenejbJar3 extends Object
- Version:
- $Rev$ $Date$
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJaxbOpenejbJar3.NamespaceFilter
-
Constructor Summary
Constructors Constructor Description JaxbOpenejbJar3()
-
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> Tunmarshal(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> T unmarshal(Class<T> type, InputStream in) throws ParserConfigurationException, SAXException, jakarta.xml.bind.JAXBException
- Throws:
ParserConfigurationExceptionSAXExceptionjakarta.xml.bind.JAXBException
-
-