Package org.apache.openejb.jee
Class JAXBContextFactory
- java.lang.Object
-
- org.apache.openejb.jee.JAXBContextFactory
-
public final class JAXBContextFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description JAXBContextFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.xml.bind.JAXBContextnewInstance(Class... classes)static jakarta.xml.bind.JAXBContextnewInstance(Class[] classes, Map<String,?> properties)static jakarta.xml.bind.JAXBContextnewInstance(String s)static jakarta.xml.bind.JAXBContextnewInstance(String s, ClassLoader classLoader)static jakarta.xml.bind.JAXBContextnewInstance(String s, ClassLoader classLoader, Map<String,?> properties)
-
-
-
Method Detail
-
newInstance
public static jakarta.xml.bind.JAXBContext newInstance(String s) throws jakarta.xml.bind.JAXBException
- Throws:
jakarta.xml.bind.JAXBException
-
newInstance
public static jakarta.xml.bind.JAXBContext newInstance(String s, ClassLoader classLoader) throws jakarta.xml.bind.JAXBException
- Throws:
jakarta.xml.bind.JAXBException
-
newInstance
public static jakarta.xml.bind.JAXBContext newInstance(String s, ClassLoader classLoader, Map<String,?> properties) throws jakarta.xml.bind.JAXBException
- Throws:
jakarta.xml.bind.JAXBException
-
newInstance
public static jakarta.xml.bind.JAXBContext newInstance(Class... classes) throws jakarta.xml.bind.JAXBException
- Throws:
jakarta.xml.bind.JAXBException
-
-