org.apache.axis2.webapp
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
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AxisAdminServlet
extends org.apache.axis2.transport.http.AxisServlet

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis2.transport.http.AxisServlet
org.apache.axis2.transport.http.AxisServlet.RestRequestProcessor, org.apache.axis2.transport.http.AxisServlet.ServletRequestResponseTransport
 
Field Summary
protected  AdminAgent 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
protected  void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
protected  void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void init()
           
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createMessageContext, createMessageContext, destroy, doDelete, doPut, getTransportHeaders, handleFault, initConfigContext, initContextRoot, initParams, 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
 

Field Detail

agent

protected transient AdminAgent agent
Constructor Detail

AxisAdminServlet

public AxisAdminServlet()
Method Detail

doPost

protected void doPost(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse res)
               throws javax.servlet.ServletException,
                      IOException
Overrides:
doPost in class org.apache.axis2.transport.http.AxisServlet
Throws:
javax.servlet.ServletException
IOException

doGet

protected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse resp)
              throws javax.servlet.ServletException,
                     IOException
Overrides:
doGet in class org.apache.axis2.transport.http.AxisServlet
Throws:
javax.servlet.ServletException
IOException

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class org.apache.axis2.transport.http.AxisServlet
Throws:
javax.servlet.ServletException

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class org.apache.axis2.transport.http.AxisServlet
Throws:
javax.servlet.ServletException


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