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.transport.http.AxisAdminServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig, TransportListener

public class AxisAdminServlet
extends AxisServlet

See Also:
Serialized Form

Field Summary
protected  AdminAgent agent
           
 
Fields inherited from class org.apache.axis2.transport.http.AxisServlet
axisConfiguration, configContext, CONFIGURATION_CONTEXT, disableREST, disableSeperateEndpointForREST, enableRESTInAxis2MainServlet, 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)
           
protected  void doPost(HttpServletRequest req, HttpServletResponse res)
          Method doPost
 void init()
           
 void init(ServletConfig config)
          Method init
 
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createAndSetInitialParamsToMsgCtxt, createMessageContext, destroy, getEPRForService, getEPRsForService, getHeaders, getHTTPParameters, getSessionContext, getTransportHeaders, handleFault, init, initConfigContext, initContextRoot, initParams, start, stop
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, 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(HttpServletRequest req,
                      HttpServletResponse res)
               throws ServletException,
                      IOException
Description copied from class: AxisServlet
Method doPost

Overrides:
doPost in class AxisServlet
Throws:
ServletException
IOException

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     IOException
Overrides:
doGet in class AxisServlet
Throws:
ServletException
IOException

init

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

Specified by:
init in interface Servlet
Overrides:
init in class AxisServlet
Throws:
ServletException

init

public void init()
          throws ServletException
Overrides:
init in class AxisServlet
Throws:
ServletException