Package org.cip4.lib.xjdf.xml
Class JAXBContextFactory
java.lang.Object
org.cip4.lib.xjdf.xml.JAXBContextFactory
Static Factory Class which is managing a JAXB2 Marshaller instance.
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.xml.bind.JAXBContextCreate and return a new Marshaller Instance.static voidinit()Initialize the marshaller instance.
-
Method Details
-
init
public static void init()Initialize the marshaller instance. -
getInstance
public static jakarta.xml.bind.JAXBContext getInstance()Create and return a new Marshaller Instance.- Returns:
- New Marshaller instance.
-