Class JAXBBlockContext

    • Constructor Detail

      • JAXBBlockContext

        public JAXBBlockContext​(TreeSet<String> packages,
                                String packagesKey)
        Full Constructor JAXBBlockContext (most performant)
        Parameters:
        packages - Set of packages needed by the JAXBContext.
      • JAXBBlockContext

        public JAXBBlockContext​(TreeSet<String> packages)
        Slightly slower constructor
        Parameters:
        packages -
      • JAXBBlockContext

        public JAXBBlockContext​(String contextPackage)
        Deprecated.
        Normal Constructor JAXBBlockContext
        Parameters:
        contextPackage -
      • JAXBBlockContext

        public JAXBBlockContext​(JAXBContext jaxbContext)
        "Dispatch" Constructor Use this full constructor when the JAXBContent is provided by the customer.
        Parameters:
        jaxbContext -