org.apache.axis2.webapp
Class AxisAdminServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis2.transport.http.AxisServlet
org.apache.axis2.webapp.AxisAdminServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- Direct Known Subclasses:
- AxisAdminServlet
public class AxisAdminServlet
- extends AxisServlet
- See Also:
- Serialized Form
Methods inherited from class org.apache.axis2.transport.http.AxisServlet |
createMessageContext, createMessageContext, destroy, doDelete, doPut, getTransportHeaders, handleFault, initConfigContext, initContextRoot, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
agent
protected transient AdminAgent agent
AxisAdminServlet
public AxisAdminServlet()
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- Description copied from class:
AxisServlet
- Implementaion of POST interface
- Overrides:
doPost
in class AxisServlet
- Throws:
ServletException
IOException
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Description copied from class:
AxisServlet
- Implementation for GET interface
- Overrides:
doGet
in class AxisServlet
- Throws:
ServletException
IOException
init
public void init(ServletConfig config)
throws ServletException
- Description copied from class:
AxisServlet
- Main init method
- Specified by:
init
in interface Servlet
- Overrides:
init
in class AxisServlet
- Parameters:
config
- The ServletConfig
- Throws:
ServletException
init
public void init()
throws ServletException
- Description copied from class:
AxisServlet
- Convenient method to re-initialize the ConfigurationContext
- Overrides:
init
in class AxisServlet
- Throws:
ServletException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.