Module org.eclipse.persistence.moxy
Package org.eclipse.persistence.jaxb
Class XMLBindingContextFactory
java.lang.Object
org.eclipse.persistence.jaxb.XMLBindingContextFactory
- All Implemented Interfaces:
JAXBContextFactory
Creates JAXB context.
Context factory supporting Java SE service loading facilities.
Redirects to
JAXBContextFactory
, which is not removed due to compatibility reasons.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateContext
(Class<?>[] types, Map<String, ?> map) createContext
(String string, ClassLoader cl, Map<String, ?> map)
-
Constructor Details
-
XMLBindingContextFactory
public XMLBindingContextFactory()
-
-
Method Details
-
createContext
- Specified by:
createContext
in interfaceJAXBContextFactory
- Throws:
JAXBException
-
createContext
public JAXBContext createContext(String string, ClassLoader cl, Map<String, ?> map) throws JAXBException- Specified by:
createContext
in interfaceJAXBContextFactory
- Throws:
JAXBException
-