Package org.apache.axis2.transport.http
Class AxisAdminServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.axis2.transport.http.AxisServlet
-
- org.apache.axis2.webapp.AxisAdminServlet
-
- org.apache.axis2.transport.http.AxisAdminServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class AxisAdminServlet extends AxisAdminServlet
ExtendsAxisAdminServlet
for compatibility with Web applications and tools written for Axis2 versions prior to 1.5.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.axis2.transport.http.AxisServlet
AxisServlet.RestRequestProcessor, AxisServlet.ServletRequestResponseTransport
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.transport.http.AxisServlet
agent, axisConfiguration, configContext, CONFIGURATION_CONTEXT, contextRoot, disableREST, servletConfig, SESSION_ID
-
-
Constructor Summary
Constructors Constructor Description AxisAdminServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Convenient method to re-initialize the ConfigurationContext-
Methods inherited from class org.apache.axis2.webapp.AxisAdminServlet
init, service
-
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createMessageContext, createMessageContext, destroy, doDelete, doGet, doPost, doPut, getTransportHeaders, handleFault, initConfigContext, initContextRoot, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessage
-
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, service
-
-
-
-
Method Detail
-
init
public void init() throws javax.servlet.ServletException
Description copied from class:AxisServlet
Convenient method to re-initialize the ConfigurationContext- Overrides:
init
in classAxisAdminServlet
- Throws:
javax.servlet.ServletException
-
-