Class AxisAdminServlet

    • Constructor Detail

      • AxisAdminServlet

        public AxisAdminServlet()
    • Method Detail

      • service

        protected void service​(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws javax.servlet.ServletException,
                               IOException
        Overrides:
        service in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Description copied from class: AxisServlet
        Main init method
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class AxisServlet
        Parameters:
        config - The ServletConfig
        Throws:
        javax.servlet.ServletException
      • init

        public void init()
                  throws javax.servlet.ServletException
        Description copied from class: AxisServlet
        Convenient method to re-initialize the ConfigurationContext
        Overrides:
        init in class AxisServlet
        Throws:
        javax.servlet.ServletException