Class WSServletContextListener

  • All Implemented Interfaces:
    jakarta.servlet.ServletContextListener, EventListener

    public class WSServletContextListener
    extends Object
    implements jakarta.servlet.ServletContextListener
    This class serves for initialization of JAX-WS WSEndpoints when the context is initialized on deployment.
    Author:
    Rama Pulavarthi
    • Constructor Detail

      • WSServletContextListener

        public WSServletContextListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(jakarta.servlet.ServletContextEvent sce)
        Specified by:
        contextInitialized in interface jakarta.servlet.ServletContextListener
      • contextDestroyed

        public void contextDestroyed​(jakarta.servlet.ServletContextEvent sce)
        Specified by:
        contextDestroyed in interface jakarta.servlet.ServletContextListener