Class WSSPIContextListener

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

public final class WSSPIContextListener extends Object implements ServletContextAttributeListener, ServletContextListener
Parses sun-jaxws.xml and sets up EndpointAdapters 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:
Jitendra Kotamraju