org.apache.openejb.jee.oejb3
Class JaxbOpenejbJar3
java.lang.Object
org.apache.openejb.jee.oejb3.JaxbOpenejbJar3
public class JaxbOpenejbJar3
- extends Object
- Version:
- $Rev: 662143 $ $Date: 2008-06-01 05:59:55 +0200 (Dim, 01 jui 2008) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbOpenejbJar3
public JaxbOpenejbJar3()
marshal
public static <T> String marshal(Class<T> type,
Object object)
throws JAXBException
- Throws:
JAXBException
marshal
public static <T> void marshal(Class<T> type,
Object object,
OutputStream out)
throws JAXBException
- Throws:
JAXBException
unmarshal
public static <T> T unmarshal(Class<T> type,
InputStream in)
throws ParserConfigurationException,
SAXException,
JAXBException
- Throws:
ParserConfigurationException
SAXException
JAXBException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.