Uses of Class
org.pentaho.platform.engine.services.solution.SimpleContentGenerator

Packages that use SimpleContentGenerator
org.pentaho.platform.plugin.services.webservices.content   
org.pentaho.samples   
org.pentaho.samples.gecho   
 

Uses of SimpleContentGenerator in org.pentaho.platform.plugin.services.webservices.content
 

Subclasses of SimpleContentGenerator in org.pentaho.platform.plugin.services.webservices.content
 class AbstractAxisServiceContentGenerator
          The base class for serving GenericServlet, i.e.
 class AxisServiceExecutor
          Executes an operation of a web service.
 class AxisServiceWsdlGenerator
          Writes the WSDL for a Axis web service to the output stream provided
 class AxisWebServiceRequestDispatcher
          This class dispatches requests coming from GenericServlet and determines which AxisService should be invoked.
 class HtmlAxisServiceLister
          A content generator for listing metadata on Axis web services.
 class StyledHtmlAxisServiceLister
           
 

Uses of SimpleContentGenerator in org.pentaho.samples
 

Subclasses of SimpleContentGenerator in org.pentaho.samples
 class EchoContentGenerator
           
 

Uses of SimpleContentGenerator in org.pentaho.samples.gecho
 

Subclasses of SimpleContentGenerator in org.pentaho.samples.gecho
 class GEchoContentGenerator