public class AxisAdminServlet extends AxisServlet
AxisServlet.RestRequestProcessor, AxisServlet.ServletRequestResponseTransport
Modifier and Type | Field and Description |
---|---|
protected AdminAgent |
agent |
axisConfiguration, configContext, CONFIGURATION_CONTEXT, contextRoot, disableREST, servletConfig, SESSION_ID
Constructor and Description |
---|
AxisAdminServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp)
Implementation for GET interface
|
protected void |
doPost(HttpServletRequest req,
HttpServletResponse res)
Implementaion of POST interface
|
void |
init()
Convenient method to re-initialize the ConfigurationContext
|
void |
init(ServletConfig config)
Main init method
|
createMessageContext, createMessageContext, destroy, doDelete, doPut, getTransportHeaders, handleFault, initConfigContext, initContextRoot, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessage
doHead, doOptions, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
protected transient AdminAgent agent
protected void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
AxisServlet
doPost
in class AxisServlet
ServletException
IOException
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
AxisServlet
doGet
in class AxisServlet
ServletException
IOException
public void init(ServletConfig config) throws ServletException
AxisServlet
init
in interface Servlet
init
in class AxisServlet
config
- The ServletConfigServletException
public void init() throws ServletException
AxisServlet
init
in class AxisServlet
ServletException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.