Class AbstractInitServlet

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.Logable, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.oa4mp.delegation.common.servlet.TransactionFilter

    public abstract class AbstractInitServlet
    extends OA4MPServlet

    Created by Jeff Gaynor
    on 9/24/13 at 3:56 PM

    See Also:
    Serialized Form
    • 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