Class SOAPMonitorModule
java.lang.Object
org.apache.axis2.handlers.soapmonitor.SOAPMonitorModule
- All Implemented Interfaces:
Module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription) booleancanSupportAssertion(org.apache.neethi.Assertion assertion) voidengageNotify(AxisDescription axisDescription) String[]voidinit(ConfigurationContext configContext, AxisModule module) voidshutdown(ConfigurationContext configContext)
-
Constructor Details
-
SOAPMonitorModule
public SOAPMonitorModule()
-
-
Method Details
-
init
-
engageNotify
- Specified by:
engageNotifyin interfaceModule- Throws:
AxisFault
-
shutdown
-
getPolicyNamespaces
-
applyPolicy
public void applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription) throws AxisFault - Specified by:
applyPolicyin interfaceModule- Throws:
AxisFault
-
canSupportAssertion
public boolean canSupportAssertion(org.apache.neethi.Assertion assertion) - Specified by:
canSupportAssertionin interfaceModule
-