Class KiePMMLUtil

java.lang.Object
org.kie.pmml.compiler.commons.utils.KiePMMLUtil

public class KiePMMLUtil extends Object
Utility class to decouple PMMLCompilerExecutor from actual marshalling model/implementation. Currently, it directly uses PMMLUtil and PMML
  • Field Details

  • Method Details

    • load

      public static org.dmg.pmml.PMML load(String source) throws SAXException, jakarta.xml.bind.JAXBException
      Parameters:
      source -
      Returns:
      Throws:
      SAXException
      jakarta.xml.bind.JAXBException
    • load

      public static org.dmg.pmml.PMML load(InputStream is, String fileName)
      Parameters:
      is -
      Returns:
      See Also:
      • PMMLUtil.unmarshal(InputStream)