Module eclipselink

Class XMLBindingContextFactory

  • All Implemented Interfaces:
    jakarta.xml.bind.JAXBContextFactory

    public class XMLBindingContextFactory
    extends Object
    implements jakarta.xml.bind.JAXBContextFactory
    Creates JAXB context. Context factory supporting Java SE service loading facilities. Redirects to JAXBContextFactory, which is not removed due to compatibility reasons.
    • Constructor Detail

      • XMLBindingContextFactory

        public XMLBindingContextFactory()
    • Method Detail

      • createContext

        public jakarta.xml.bind.JAXBContext createContext​(Class<?>[] types,
                                                          Map<String,​?> map)
                                                   throws jakarta.xml.bind.JAXBException
        Specified by:
        createContext in interface jakarta.xml.bind.JAXBContextFactory
        Throws:
        jakarta.xml.bind.JAXBException
      • createContext

        public jakarta.xml.bind.JAXBContext createContext​(String string,
                                                          ClassLoader cl,
                                                          Map<String,​?> map)
                                                   throws jakarta.xml.bind.JAXBException
        Specified by:
        createContext in interface jakarta.xml.bind.JAXBContextFactory
        Throws:
        jakarta.xml.bind.JAXBException