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 javax.xml.bind.JAXBContext newInstance(String s)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
newInstance
public static javax.xml.bind.JAXBContext newInstance(String s,
ClassLoader classLoader)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
newInstance
public static javax.xml.bind.JAXBContext newInstance(String s,
ClassLoader classLoader,
Map<String,?> properties)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
newInstance
public static javax.xml.bind.JAXBContext newInstance(Class... classes)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
newInstance
public static javax.xml.bind.JAXBContext newInstance(Class[] classes,
Map<String,?> properties)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.