public abstract class AxisWebServiceRequestDispatcher extends AbstractAxisServiceContentGenerator
| Constructor and Description |
|---|
AxisWebServiceRequestDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
createContent(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.context.ConfigurationContext context,
OutputStream out)
Parses the path parameter to find the web service name, makes sure it is
valid, and the calls the current subclass to create the required content
for the specified web service
|
createContentcreateContent, getMimeTypegetItemName, getLogger, setCallbacks, setInstanceId, setItemName, setMessagesList, setOutputHandler, setParameterProviders, setSession, setUrlFactorydebug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warnpublic void createContent(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.context.ConfigurationContext context,
OutputStream out)
throws Exception
createContent in class AbstractAxisServiceContentGeneratoraxisConfiguration - AxisConfigurationcontext - ConfigurationContextout - The output stream to write toException