org.apache.axis2.transport.http
Class AxisAdminServlet

java.lang.Object
  extended by HttpServlet
      extended by org.apache.axis2.transport.http.AxisServlet
          extended by org.apache.axis2.transport.http.AxisAdminServlet
All Implemented Interfaces:
TransportListener

public class AxisAdminServlet
extends AxisServlet


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis2.transport.http.AxisServlet
AxisServlet.RestRequestProcessor, AxisServlet.ServletRequestResponseTransport
 
Field Summary
protected  AdminAgent agent
           
 
Fields inherited from class org.apache.axis2.transport.http.AxisServlet
axisConfiguration, configContext, CONFIGURATION_CONTEXT, disableREST, servletConfig, SESSION_ID
 
Fields inherited from interface org.apache.axis2.transport.TransportListener
HOST_ADDRESS, PARAM_PORT
 
Constructor Summary
AxisAdminServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
          Implementation for GET interface
protected  void doPost(HttpServletRequest req, HttpServletResponse res)
          Implementaion of POST interface
 void init()
          Convenient method to re-initialize the ConfigurationContext
 void init(ServletConfig config)
          Main init method
 
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createMessageContext, createMessageContext, destroy, doDelete, doPut, getEPRForService, getEPRsForService, getSessionContext, getTransportHeaders, handleFault, init, initConfigContext, initContextRoot, initParams, showRestDisabledErrorMessage, start, stop
 
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(HttpServletRequest req,
                      HttpServletResponse res)
               throws ServletException,
                      java.io.IOException
Description copied from class: AxisServlet
Implementaion of POST interface

Overrides:
doPost in class AxisServlet
Throws:
ServletException
java.io.IOException

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     java.io.IOException
Description copied from class: AxisServlet
Implementation for GET interface

Overrides:
doGet in class AxisServlet
Throws:
ServletException
java.io.IOException

init

public void init(ServletConfig config)
          throws ServletException
Description copied from class: AxisServlet
Main init method

Overrides:
init in class AxisServlet
Throws:
ServletException

init

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

Overrides:
init in class AxisServlet
Throws:
ServletException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.