java.lang.Object
com.foursoft.harness.navext.runtime.JaxbContextFactory

public final class JaxbContextFactory extends Object
Caches created JAXBContext instances, because creating JAXBContext is an expensive Operation an shall only be done once.
Author:
becker
See Also:
  • Method Details

    • initializeContext

      public static jakarta.xml.bind.JAXBContext initializeContext(String packageName, ClassLoader classLoader) throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException