org.apache.axis2.transport.http
Class AxisAdminServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis2.transport.http.AxisServlet
org.apache.axis2.transport.http.AxisAdminServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, TransportListener
public class AxisAdminServlet
- extends AxisServlet
- See Also:
- Serialized Form
| Methods inherited from class org.apache.axis2.transport.http.AxisServlet |
createMessageContext, createMessageContext, destroy, disableRESTErrorMessage, doDelete, doPut, getEPRForService, getEPRsForService, getSessionContext, getTransportHeaders, handleFault, init, initConfigContext, initContextRoot, initParams, start, stop |
| 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
- 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