Class WSStartupServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.sun.xml.ws.transport.tcp.server.servlet.WSStartupServlet
All Implemented Interfaces:
Serializable, EventListener, javax.servlet.Servlet, javax.servlet.ServletConfig, javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener

public final class WSStartupServlet extends javax.servlet.http.HttpServlet implements javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
WS startup servlet for Servlet based deployment
Author:
JAX-WS team
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    attributeAdded(javax.servlet.ServletContextAttributeEvent scab)
     
    void
    attributeRemoved(javax.servlet.ServletContextAttributeEvent scab)
     
    void
    attributeReplaced(javax.servlet.ServletContextAttributeEvent scab)
     
    void
    contextDestroyed(javax.servlet.ServletContextEvent contextEvent)
     
    void
    contextInitialized(javax.servlet.ServletContextEvent contextEvent)
     
    protected void
    doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
     
    protected void
    doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
     

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service

    Methods inherited from class javax.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WSStartupServlet

      public WSStartupServlet()
  • Method Details

    • doPost

      protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
      Overrides:
      doPost in class javax.servlet.http.HttpServlet
      Throws:
      javax.servlet.ServletException
      IOException
    • doGet

      protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
      Overrides:
      doGet in class javax.servlet.http.HttpServlet
      Throws:
      javax.servlet.ServletException
      IOException
    • contextInitialized

      public void contextInitialized(javax.servlet.ServletContextEvent contextEvent)
      Specified by:
      contextInitialized in interface javax.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed(javax.servlet.ServletContextEvent contextEvent)
      Specified by:
      contextDestroyed in interface javax.servlet.ServletContextListener
    • attributeAdded

      public void attributeAdded(javax.servlet.ServletContextAttributeEvent scab)
      Specified by:
      attributeAdded in interface javax.servlet.ServletContextAttributeListener
    • attributeRemoved

      public void attributeRemoved(javax.servlet.ServletContextAttributeEvent scab)
      Specified by:
      attributeRemoved in interface javax.servlet.ServletContextAttributeListener
    • attributeReplaced

      public void attributeReplaced(javax.servlet.ServletContextAttributeEvent scab)
      Specified by:
      attributeReplaced in interface javax.servlet.ServletContextAttributeListener