Package com.sun.xml.rpc.server.http
Class JAXRPCContextListener
- java.lang.Object
-
- com.sun.xml.rpc.server.http.JAXRPCContextListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextAttributeListener,javax.servlet.ServletContextListener
public class JAXRPCContextListener extends Object implements javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description JAXRPCContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattributeAdded(javax.servlet.ServletContextAttributeEvent event)voidattributeRemoved(javax.servlet.ServletContextAttributeEvent event)voidattributeReplaced(javax.servlet.ServletContextAttributeEvent event)voidcontextDestroyed(javax.servlet.ServletContextEvent event)voidcontextInitialized(javax.servlet.ServletContextEvent event)
-
-
-
Method Detail
-
attributeAdded
public void attributeAdded(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeAddedin interfacejavax.servlet.ServletContextAttributeListener
-
attributeRemoved
public void attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeRemovedin interfacejavax.servlet.ServletContextAttributeListener
-
attributeReplaced
public void attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeReplacedin interfacejavax.servlet.ServletContextAttributeListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
-