Class WSServletContextListener

java.lang.Object
com.sun.xml.ws.transport.http.servlet.WSServletContextListener
All Implemented Interfaces:
ServletContextAttributeListener, ServletContextListener, EventListener

public final class WSServletContextListener extends Object implements ServletContextAttributeListener, ServletContextListener
Parses sun-jaxws.xml and sets up HttpAdapters for all deployed endpoints.

This code is the entry point at the server side in the servlet deployment. The user application writes this in their web.xml so that we can start when the container starts the webapp.

Author:
WS Development Team