Class WSStartupServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- com.sun.xml.ws.transport.tcp.server.servlet.WSStartupServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,jakarta.servlet.ServletContextAttributeListener,jakarta.servlet.ServletContextListener,Serializable,EventListener
public final class WSStartupServlet extends jakarta.servlet.http.HttpServlet implements jakarta.servlet.ServletContextAttributeListener, jakarta.servlet.ServletContextListenerWS startup servlet for Servlet based deployment- Author:
- JAX-WS team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSStartupServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattributeAdded(jakarta.servlet.ServletContextAttributeEvent scab)voidattributeRemoved(jakarta.servlet.ServletContextAttributeEvent scab)voidattributeReplaced(jakarta.servlet.ServletContextAttributeEvent scab)voidcontextDestroyed(jakarta.servlet.ServletContextEvent contextEvent)voidcontextInitialized(jakarta.servlet.ServletContextEvent contextEvent)protected voiddoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)protected voiddoPost(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
doPost
protected void doPost(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException- Overrides:
doPostin classjakarta.servlet.http.HttpServlet- Throws:
jakarta.servlet.ServletExceptionIOException
-
doGet
protected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException- Overrides:
doGetin classjakarta.servlet.http.HttpServlet- Throws:
jakarta.servlet.ServletExceptionIOException
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent contextEvent)
- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent contextEvent)
- Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.ServletContextAttributeEvent scab)
- Specified by:
attributeAddedin interfacejakarta.servlet.ServletContextAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.ServletContextAttributeEvent scab)
- Specified by:
attributeRemovedin interfacejakarta.servlet.ServletContextAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.ServletContextAttributeEvent scab)
- Specified by:
attributeReplacedin interfacejakarta.servlet.ServletContextAttributeListener
-
-