Class JaxbContextFactory
java.lang.Object
com.foursoft.harness.navext.runtime.JaxbContextFactory
Caches created JAXBContext instances, because creating JAXBContext is an
expensive Operation an shall only be done once.
- Author:
- becker
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.xml.bind.JAXBContextinitializeContext(String packageName, ClassLoader classLoader)
-
Method Details
-
initializeContext
public static jakarta.xml.bind.JAXBContext initializeContext(String packageName, ClassLoader classLoader) throws jakarta.xml.bind.JAXBException - Throws:
jakarta.xml.bind.JAXBException
-