org.jboss.axis.transport.http
Class AdminServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.jboss.axis.transport.http.AxisServletBase (src) 
          extended byorg.jboss.axis.transport.http.AdminServlet
Direct Known Subclasses:
AxisAdminServlet (src)

public class AdminServlet
extends AxisServletBase (src)

Proof-of-concept "management" servlet for Axis.

Point a browser here to administer the Axis installation.

Right now just starts and stops the server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.axis.transport.http.AxisServletBase (src)
ATTR_AXIS_ENGINE, axisServer
 
Constructor Summary
AdminServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          handle a GET request.
 
Methods inherited from class org.jboss.axis.transport.http.AxisServletBase (src)
decLockCounter, destroy, getEngine, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, init, isDevelopment, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminServlet

public AdminServlet()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  java.io.IOException
handle a GET request. Commands are only valid when not in production mode

Parameters:
request -
response -
Throws:
ServletException
java.io.IOException