Class JAXBContextFactory


  • public final class JAXBContextFactory
    extends Object
    • Constructor Detail

      • JAXBContextFactory

        public JAXBContextFactory()
    • 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
      • newInstance

        public static jakarta.xml.bind.JAXBContext newInstance​(Class[] classes,
                                                               Map<String,​?> properties)
                                                        throws jakarta.xml.bind.JAXBException
        Throws:
        jakarta.xml.bind.JAXBException