org.codehaus.ivory.plexus
Class PlexusAdminServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--org.apache.axis.transport.http.AxisServletBase
                    |
                    +--org.apache.axis.transport.http.AdminServlet
                          |
                          +--org.codehaus.ivory.plexus.PlexusAdminServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PlexusAdminServlet
extends org.apache.axis.transport.http.AdminServlet

An implementation of the Axis AdminServlet which retrieves the AxisEngine from the ServiceManager.

Since:
Mar 8, 2003
Author:
Dan Diephouse
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.transport.http.AxisServletBase
ATTR_AXIS_ENGINE, axisServer
 
Constructor Summary
PlexusAdminServlet()
           
 
Method Summary
 void destroy()
           
 org.apache.axis.server.AxisServer getEngine()
          Provide the AxisEngine to the base servlet class.
 org.apache.avalon.framework.service.ServiceManager getServiceManager()
          Retrieve the ServiceBroker from the ServletContext.
 
Methods inherited from class org.apache.axis.transport.http.AdminServlet
doGet
 
Methods inherited from class org.apache.axis.transport.http.AxisServletBase
decLockCounter, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, init, isDevelopment, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlexusAdminServlet

public PlexusAdminServlet()
Method Detail

getEngine

public org.apache.axis.server.AxisServer getEngine()
                                            throws org.apache.axis.AxisFault
Provide the AxisEngine to the base servlet class.

Overrides:
getEngine in class org.apache.axis.transport.http.AxisServletBase
Returns:
AxisServer
org.apache.axis.AxisFault
See Also:
AxisServletBase.getEngine()

getServiceManager

public org.apache.avalon.framework.service.ServiceManager getServiceManager()
Retrieve the ServiceBroker from the ServletContext. This presupposes that the installation is using Plexus.

Returns:
ServiceBroker

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class org.apache.axis.transport.http.AxisServletBase


Copyright © -2003 Codehaus. All Rights Reserved.