Class WebServiceServlet

    • Constructor Detail

      • WebServiceServlet

        public WebServiceServlet()
      • WebServiceServlet

        public WebServiceServlet​(PipelineMap pipelineMap)
    • Method Detail

      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws javax.servlet.ServletException,
                              IOException
        Overrides:
        doPost in class BaseHttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • doGet

        public void doGet​(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws javax.servlet.ServletException,
                          IOException
        Specified by:
        doGet in interface IHopServerPlugin
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException