org.apache.openejb.jee
Class JAXBContextFactory
java.lang.Object
org.apache.openejb.jee.JAXBContextFactory
public final class JAXBContextFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBContextFactory
public JAXBContextFactory()
newInstance
public static JAXBContext newInstance(String s)
throws JAXBException
- Throws:
JAXBException
newInstance
public static JAXBContext newInstance(String s,
ClassLoader classLoader)
throws JAXBException
- Throws:
JAXBException
newInstance
public static JAXBContext newInstance(String s,
ClassLoader classLoader,
Map<String,?> properties)
throws JAXBException
- Throws:
JAXBException
newInstance
public static JAXBContext newInstance(Class... classes)
throws JAXBException
- Throws:
JAXBException
newInstance
public static JAXBContext newInstance(Class[] classes,
Map<String,?> properties)
throws JAXBException
- Throws:
JAXBException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.