org.pentaho.platform.plugin.services.webservices.content
Class AbstractAxisServiceContentGenerator
java.lang.Object
org.pentaho.platform.engine.core.system.PentahoBase
org.pentaho.platform.engine.services.solution.BaseContentGenerator
org.pentaho.platform.engine.services.solution.SimpleContentGenerator
org.pentaho.platform.plugin.services.webservices.content.AbstractAxisServiceContentGenerator
- All Implemented Interfaces:
- Serializable, IContentGenerator, ILogger
- Direct Known Subclasses:
- AxisWebServiceRequestDispatcher, HtmlAxisServiceLister
public abstract class AbstractAxisServiceContentGenerator
- extends SimpleContentGenerator
The base class for serving GenericServlet, i.e. /content/ requests through to an Axis webservice.
This class ensures that the webservices system is properly configured before
handing over to a subclass for processing of the request.
- Author:
- jamesdixon
- See Also:
- Serialized Form
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 |
Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase |
debug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warn |
Methods inherited from interface org.pentaho.platform.api.engine.ILogger |
debug, debug, error, error, fatal, fatal, getLoggingLevel, info, info, setLoggingLevel, trace, trace, warn, warn |
AbstractAxisServiceContentGenerator
public AbstractAxisServiceContentGenerator()
createContent
public void createContent(OutputStream out)
throws Exception
- Specified by:
createContent
in class SimpleContentGenerator
- Throws:
Exception
createContent
public abstract void createContent(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.context.ConfigurationContext context,
OutputStream out)
throws Exception
- Creates content for this request. Subclasses of this class implement this method to
handle the processing of a web services request.
- Parameters:
axisConfiguration
- AxisConfigurationcontext
- ConfigurationContextout
- The output stream to write to
- Throws:
Exception