public class AxisServlet extends AxisServlet
INIT_PROPERTY_DISABLE_SERVICES_LIST, INIT_PROPERTY_ENABLE_LIST, INIT_PROPERTY_JWS_CLASS_DIR, INIT_PROPERTY_SERVICES_PATH, INIT_PROPERTY_TRANSPORT_NAME, INIT_PROPERTY_USE_SECURITY, logATTR_AXIS_ENGINE, axisServer| Constructor and Description |
|---|
AxisServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy method is called when the servlet is going away.
|
protected void |
doDestroy() |
protected void |
doInit() |
protected java.lang.String |
fixXml(java.lang.String xml) |
void |
init(javax.servlet.ServletConfig servletConfig) |
void |
service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
subclass of service method that tracks entry count; calls the
parent's implementation to have the http method cracked and delegated
to the doGet, doPost method.
|
doGet, doPost, getDefaultJWSClassDir, getHttpServletResponseStatus, getJWSClassDir, init, initQueryStringHandlers, logException, processAxisFault, reportAvailableServices, reportCantGetAxisService, reportCantGetJWSService, reportNoWSDL, reportServiceInfodecLockCounter, getEngine, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, isDevelopmentdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, servicepublic void destroy()
AxisServletBasedestroy in interface javax.servlet.Servletdestroy in class AxisServletBasepublic void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
AxisServletBaseservice in class AxisServletBasehttpServletRequest - requesthttpServletResponse - responsejava.io.IOException - something different went wrongjavax.servlet.ServletException - something went wrongprotected void doDestroy()
protected void doInit()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionprotected java.lang.String fixXml(java.lang.String xml)
throws java.lang.Exception
java.lang.Exception