当前页面:
在线文档首页 >
JBoss 3.2.7 .net API Documentation 英文版文档
AxisAdminServlet (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档
org.jboss.net.axis.server
Class AxisAdminServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis.transport.http.AxisServletBase
org.apache.axis.transport.http.AdminServlet
org.jboss.net.axis.server.AxisAdminServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class AxisAdminServlet
- extends org.apache.axis.transport.http.AdminServlet
slightly patched admin servlet to contact the right server
- Version:
- $Revision: 1.1.2.3 $
- Author:
- jung
- See Also:
- Serialized Form
Field Summary |
protected org.apache.axis.server.AxisServer |
server
reference to the server |
Fields inherited from class org.apache.axis.transport.http.AxisServletBase |
ATTR_AXIS_ENGINE, axisServer |
Method Summary |
org.apache.axis.server.AxisServer |
getEngine()
override AxisServlet.getEngine() in order to redirect to
the corresponding AxisEngine. |
Methods inherited from class org.apache.axis.transport.http.AdminServlet |
doGet |
Methods inherited from class org.apache.axis.transport.http.AxisServletBase |
decLockCounter, destroy, 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 |
server
protected org.apache.axis.server.AxisServer server
- reference to the server
AxisAdminServlet
public AxisAdminServlet()
- Creates new AxisServlet
getEngine
public org.apache.axis.server.AxisServer getEngine()
throws org.apache.axis.AxisFault
- override AxisServlet.getEngine() in order to redirect to
the corresponding AxisEngine.
- Throws:
org.apache.axis.AxisFault
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.