|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--org.apache.axis.transport.http.AxisServletBase | +--org.apache.axis.transport.http.AxisServlet | +--org.codehaus.ivory.plexus.PlexusAxisServlet
An implementation of the Axis AxisServlet which retrieves the AxisEngine from the ServiceManager.
Field Summary |
Fields inherited from class org.apache.axis.transport.http.AxisServlet |
INIT_PROPERTY_ENABLE_LIST, INIT_PROPERTY_JWS_CLASS_DIR, INIT_PROPERTY_TRANSPORT_NAME, INIT_PROPERTY_USE_SECURITY, log |
Fields inherited from class org.apache.axis.transport.http.AxisServletBase |
ATTR_AXIS_ENGINE, axisServer |
Constructor Summary | |
PlexusAxisServlet()
|
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. |
protected void |
processListRequest(javax.servlet.http.HttpServletResponse response,
java.io.PrintWriter writer)
respond to the ?list command. |
Methods inherited from class org.apache.axis.transport.http.AxisServlet |
doGet, doPost, getDefaultJWSClassDir, getHttpServletResponseStatus, getJWSClassDir, getProtocolVersion, init, invokeEndpointFromGet, logException, processAxisFault, processMethodRequest, processWsdlRequest, reportAvailableServices, reportCantGetAxisService, reportCantGetJWSService, reportNoWSDL, reportServiceInfo |
Methods inherited from class org.apache.axis.transport.http.AxisServletBase |
decLockCounter, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, isDevelopment, service |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, 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 |
public PlexusAxisServlet()
Method Detail |
public org.apache.axis.server.AxisServer getEngine() throws org.apache.axis.AxisFault
getEngine
in class org.apache.axis.transport.http.AxisServletBase
org.apache.axis.AxisFault
AxisServletBase.getEngine()
public org.apache.avalon.framework.service.ServiceManager getServiceManager()
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class org.apache.axis.transport.http.AxisServletBase
protected void processListRequest(javax.servlet.http.HttpServletResponse response, java.io.PrintWriter writer) throws org.apache.axis.AxisFault
processListRequest
in class org.apache.axis.transport.http.AxisServlet
response
- writer
-
org.apache.axis.AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |