public class AxisServerMBeanExporter extends Object implements ServletContextAttributeListener
AxisServer created by AxisServlet. To
enable MBean registration in your Web application, add the following configuration to
web.xml:
<listener>
<listener-class>org.apache.axis.management.servlet.AxisServerMBeanExporter</listener-class>
</listener>
| Constructor and Description |
|---|
AxisServerMBeanExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(ServletContextAttributeEvent event) |
void |
attributeRemoved(ServletContextAttributeEvent event) |
void |
attributeReplaced(ServletContextAttributeEvent event) |
public void attributeAdded(ServletContextAttributeEvent event)
attributeAdded in interface ServletContextAttributeListenerpublic void attributeRemoved(ServletContextAttributeEvent event)
attributeRemoved in interface ServletContextAttributeListenerpublic void attributeReplaced(ServletContextAttributeEvent event)
attributeReplaced in interface ServletContextAttributeListenerCopyright © The Apache Software Foundation. All Rights Reserved.