com.spss.psapi.extensions.common.spi2

Interface ExecutionXMLGenerator

  • All Superinterfaces:
    ExecutionHandler


    public interface ExecutionXMLGenerator
    extends ExecutionHandler
    Defines the methods supported by an execution that generates Execution XML. The implementing class must declare a no-argument constructor.
    Since:
    PSAPI 17.0
    Author:
    Julian Clinton
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String generateExecutionXML(ExecutionXMLContext executionXMLContext)
      Returns the execution XML specifying a set of operations for the application to perform
    • Method Detail

      • generateExecutionXML

        java.lang.String generateExecutionXML(ExecutionXMLContext executionXMLContext)
                                              throws ExtensionException
        Returns the execution XML specifying a set of operations for the application to perform
        Parameters:
        executionXMLContext - the execution XML context
        Returns:
        the execution plan XML as a String object
        Throws:
        ExtensionException - if the execution XML cannot be generated for some reason

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.