Class WSSPIServlet

  • All Implemented Interfaces:
    jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

    public class WSSPIServlet
    extends jakarta.servlet.http.HttpServlet
    The JAX-WS dispatcher servlet.

    It really just forwards processing to WSServletDelegate.

    Author:
    Jitendra Kotamraju
    See Also:
    Serialized Form
    • Constructor Detail

      • WSSPIServlet

        public WSSPIServlet()
    • Method Detail

      • init

        public void init​(jakarta.servlet.ServletConfig servletConfig)
                  throws jakarta.servlet.ServletException
        Specified by:
        init in interface jakarta.servlet.Servlet
        Overrides:
        init in class jakarta.servlet.GenericServlet
        Throws:
        jakarta.servlet.ServletException
      • getDelegate

        protected WSServletDelegate getDelegate​(jakarta.servlet.ServletConfig servletConfig)
        Gets the WSServletDelegate that we will be forwarding the requests to.
        Returns:
        null if the deployment have failed and we don't have the delegate.
      • doPost

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

        protected void doGet​(jakarta.servlet.http.HttpServletRequest request,
                             jakarta.servlet.http.HttpServletResponse response)
                      throws jakarta.servlet.ServletException
        Overrides:
        doGet in class jakarta.servlet.http.HttpServlet
        Throws:
        jakarta.servlet.ServletException
      • doPut

        protected void doPut​(jakarta.servlet.http.HttpServletRequest request,
                             jakarta.servlet.http.HttpServletResponse response)
                      throws jakarta.servlet.ServletException
        Overrides:
        doPut in class jakarta.servlet.http.HttpServlet
        Throws:
        jakarta.servlet.ServletException
      • doDelete

        protected void doDelete​(jakarta.servlet.http.HttpServletRequest request,
                                jakarta.servlet.http.HttpServletResponse response)
                         throws jakarta.servlet.ServletException
        Overrides:
        doDelete in class jakarta.servlet.http.HttpServlet
        Throws:
        jakarta.servlet.ServletException