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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidprotected WSServletDelegatecreateDelegate(List<EndpointAdapter> adapters, ServletContext context) CreatesWSServletDelegatethat does the real work.
-
Constructor Details
-
WSSPIContextListener
public WSSPIContextListener()
-
-
Method Details
-
attributeAdded
- Specified by:
attributeAddedin interfaceServletContextAttributeListener
-
attributeRemoved
- Specified by:
attributeRemovedin interfaceServletContextAttributeListener
-
attributeReplaced
- Specified by:
attributeReplacedin interfaceServletContextAttributeListener
-
contextDestroyed
- Specified by:
contextDestroyedin interfaceServletContextListener
-
contextInitialized
- Specified by:
contextInitializedin interfaceServletContextListener
-
createDelegate
CreatesWSServletDelegatethat does the real work.
-