public abstract class AxisWebServiceRequestDispatcher extends AbstractAxisServiceContentGenerator
callbacks, instanceId, itemName, messages, outputHandler, parameterProviders, urlFactory, userSession| 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
|
protected abstract void |
createServiceContent(org.apache.axis2.description.AxisService axisService,
String operationName,
org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.context.ConfigurationContext context,
OutputStream out)
Processes the current request for the provided Axis service
|
createContent, handleFault, processAxisFaultcreateContent, getMimeTypegetCallback, getItemName, 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 toExceptionprotected abstract void createServiceContent(org.apache.axis2.description.AxisService axisService,
String operationName,
org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.context.ConfigurationContext context,
OutputStream out)
throws Exception
axisService - The Axis web serviceoperationName - The name of the operation to perform, if knownaxisConfiguration - The current configurationcontext - The current contextout - The output stream for content to be written toExceptionCopyright © 2020 Hitachi Vantara. All rights reserved.