org.apache.axis2.handlers.soapmonitor
Class SOAPMonitorModule

java.lang.Object
  extended byorg.apache.axis2.handlers.soapmonitor.SOAPMonitorModule
All Implemented Interfaces:
Module

public class SOAPMonitorModule
extends Object
implements Module


Constructor Summary
SOAPMonitorModule()
           
 
Method Summary
 void engageNotify(AxisDescription axisDescription)
          When engaging this module to some service or operation , module will be notify by calling this method there module author can validate , add policy and do any thing that he want , and he can refuce the engage as well
 String[] getPolicyNamespaces()
           
 void init(ConfigurationContext configContext, AxisModule module)
           
 void shutdown(ConfigurationContext configContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMonitorModule

public SOAPMonitorModule()
Method Detail

init

public void init(ConfigurationContext configContext,
                 AxisModule module)
          throws AxisFault
Specified by:
init in interface Module
Throws:
AxisFault

engageNotify

public void engageNotify(AxisDescription axisDescription)
                  throws AxisFault
Description copied from interface: Module
When engaging this module to some service or operation , module will be notify by calling this method there module author can validate , add policy and do any thing that he want , and he can refuce the engage as well

Specified by:
engageNotify in interface Module
Parameters:
axisDescription -
Throws:
AxisFault

shutdown

public void shutdown(ConfigurationContext configContext)
              throws AxisFault
Specified by:
shutdown in interface Module
Throws:
AxisFault

getPolicyNamespaces

public String[] getPolicyNamespaces()