org.apache.openejb.jee.oejb2
Class JaxbOpenejbJar2
java.lang.Object
org.apache.openejb.jee.oejb2.JaxbOpenejbJar2
public class JaxbOpenejbJar2
- extends Object
- Version:
- $Rev: 934317 $ $Date: 2010-04-15 09:39:43 +0200 (Jeu, 15 avr 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbOpenejbJar2
public JaxbOpenejbJar2()
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> Object unmarshal(Class<T> type,
InputStream in)
throws ParserConfigurationException,
SAXException,
JAXBException
- Throws:
ParserConfigurationException
SAXException
JAXBException
unmarshal
public static <T> Object unmarshal(Class<T> type,
InputStream in,
boolean logErrors)
throws ParserConfigurationException,
SAXException,
JAXBException
- Throws:
ParserConfigurationException
SAXException
JAXBException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.