Class StyledHtmlAxisServiceLister

    • Field Summary

      • Fields inherited from class org.pentaho.platform.engine.services.solution.BaseContentGenerator

        callbacks, instanceId, itemName, messages, outputHandler, parameterProviders, urlFactory, userSession
      • Fields inherited from class org.pentaho.platform.engine.core.system.PentahoBase

        EMPTYLOGID, loggingLevel, LOGID_MASK1, LOGID_MASK2, LOGID_SEPARATOR
      • Fields inherited from interface org.pentaho.platform.api.engine.ILogger

        ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN
    • Constructor Detail

      • StyledHtmlAxisServiceLister

        public StyledHtmlAxisServiceLister()
    • Method Detail

      • createContent

        public void createContent​(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
                                  org.apache.axis2.context.ConfigurationContext context,
                                  OutputStream out)
                           throws Exception
        Description copied from class: AbstractAxisServiceContentGenerator
        Creates content for this request. Subclasses of this class implement this method to handle the processing of a web services request.
        Overrides:
        createContent in class HtmlAxisServiceLister
        Parameters:
        axisConfiguration - AxisConfiguration
        context - ConfigurationContext
        out - The output stream to write to
        Throws:
        Exception