Class JAXBContextFactory

java.lang.Object
org.cip4.lib.xjdf.xml.JAXBContextFactory

public class JAXBContextFactory extends Object
Static Factory Class which is managing a JAXB2 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.