Save This Page
Home » axis2-1.5-src » org.apache.axis2.webapp » [javadoc | source]
org.apache.axis2.webapp
public class: AxisAdminServlet [javadoc | source]
java.lang.Object
   javax.servlet.GenericServlet
      javax.servlet.http.HttpServlet
         org.apache.axis2.transport.http.AxisServlet
            org.apache.axis2.webapp.AxisAdminServlet

All Implemented Interfaces:
    TransportListener, Serializable, Servlet, ServletConfig

Field Summary
protected transient  AdminAgent agent     
Fields inherited from org.apache.axis2.transport.http.AxisServlet:
CONFIGURATION_CONTEXT,  SESSION_ID,  configContext,  axisConfiguration,  servletConfig,  agent,  contextRoot,  disableREST
Method from org.apache.axis2.webapp.AxisAdminServlet Summary:
doGet,   doPost,   init,   init
Methods from org.apache.axis2.transport.http.AxisServlet:
createMessageContext,   createMessageContext,   destroy,   doDelete,   doGet,   doPost,   doPut,   getEPRForService,   getEPRsForService,   getSessionContext,   getTransportHeaders,   handleFault,   init,   init,   init,   initConfigContext,   initContextRoot,   initParams,   showRestDisabledErrorMessage,   start,   stop
Methods from javax.servlet.http.HttpServlet:
service
Methods from javax.servlet.GenericServlet:
destroy,   getInitParameter,   getInitParameterNames,   getServletConfig,   getServletContext,   getServletInfo,   getServletName,   init,   init,   log,   log,   service
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.webapp.AxisAdminServlet Detail:
 protected  void doGet(HttpServletRequest req,
    HttpServletResponse resp) throws IOException, ServletException 
 protected  void doPost(HttpServletRequest req,
    HttpServletResponse res) throws IOException, ServletException 
 public  void init() throws ServletException 
 public  void init(ServletConfig config) throws ServletException