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
|
createContent
createContent, getMimeType
getItemName, getLogger, setCallbacks, setInstanceId, setItemName, setMessagesList, setOutputHandler, setParameterProviders, setSession, setUrlFactory
debug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warn
public void createContent(org.apache.axis2.engine.AxisConfiguration axisConfiguration, org.apache.axis2.context.ConfigurationContext context, OutputStream out) throws Exception
createContent
in class AbstractAxisServiceContentGenerator
axisConfiguration
- AxisConfigurationcontext
- ConfigurationContextout
- The output stream to write toException