org.apache.axis2.transport.http
Class AxisAdminServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.axis2.transport.http.AxisServlet
              extended by org.apache.axis2.webapp.AxisAdminServlet
                  extended by org.apache.axis2.transport.http.AxisAdminServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class AxisAdminServlet
extends AxisAdminServlet

Extends AxisAdminServlet 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.webapp.AxisAdminServlet
agent
 
Fields inherited from class org.apache.axis2.transport.http.AxisServlet
axisConfiguration, configContext, CONFIGURATION_CONTEXT, contextRoot, disableREST, servletConfig, SESSION_ID
 
Constructor Summary
AxisAdminServlet()
           
 
Method Summary
 void init()
          Convenient method to re-initialize the ConfigurationContext
 
Methods inherited from class org.apache.axis2.webapp.AxisAdminServlet
doGet, doPost, init
 
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createMessageContext, createMessageContext, destroy, doDelete, doPut, getTransportHeaders, handleFault, initConfigContext, initContextRoot, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessage
 
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisAdminServlet

public AxisAdminServlet()
Method Detail

init

public void init()
          throws ServletException
Description copied from class: AxisServlet
Convenient method to re-initialize the ConfigurationContext

Overrides:
init in class AxisAdminServlet
Throws:
ServletException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.