Class XJdfFactory

java.lang.Object
org.cip4.lib.xjdf.XJdfFactory
All Implemented Interfaces:
Runnable

public class XJdfFactory extends Object implements Runnable
Factory class for global library initialization. :-)
  • Method Details

    • init

      public static void init() throws javax.xml.bind.JAXBException
      Initialize the xJdf Library.
      Throws:
      javax.xml.bind.JAXBException
    • initXJdf

      public static void initXJdf() throws javax.xml.bind.JAXBException
      Initialize the JAXB framework.
      Throws:
      javax.xml.bind.JAXBException
    • initXJdfConstants

      public static void initXJdfConstants()
      Initialize XJDF Constants.
    • run

      public void run()
      Specified by:
      run in interface Runnable
      See Also: