Class AbstractInitServlet

    • Constructor Detail

      • AbstractInitServlet

        public AbstractInitServlet()
    • Method Detail

      • doDelegation

        protected ServiceTransaction doDelegation​(javax.servlet.http.HttpServletRequest req,
                                                  javax.servlet.http.HttpServletResponse resp)
                                           throws Throwable
        Actual work call. This parses and returns the passed in parameters.
        Parameters:
        req -
        resp -
        Returns:
        Throws:
        IOException
        javax.servlet.ServletException
        Throwable