public class StatisticsModule extends Object implements org.apache.axis2.modules.Module
Constructor and Description |
---|
StatisticsModule() |
Modifier and Type | Method and Description |
---|---|
void |
applyPolicy(org.apache.neethi.Policy policy,
org.apache.axis2.description.AxisDescription axisDescription)
Evaluates specified policy for the specified AxisDescription.
|
boolean |
canSupportAssertion(org.apache.neethi.Assertion assertion)
Evalute whether it can support the specified assertion and returns true if the assertion can
be supported.
|
void |
engageNotify(org.apache.axis2.description.AxisDescription axisDescription) |
void |
init(org.apache.axis2.context.ConfigurationContext configContext,
org.apache.axis2.description.AxisModule module) |
void |
shutdown(org.apache.axis2.context.ConfigurationContext configurationContext) |
public void init(org.apache.axis2.context.ConfigurationContext configContext, org.apache.axis2.description.AxisModule module) throws org.apache.axis2.AxisFault
init
in interface org.apache.axis2.modules.Module
org.apache.axis2.AxisFault
public void engageNotify(org.apache.axis2.description.AxisDescription axisDescription) throws org.apache.axis2.AxisFault
engageNotify
in interface org.apache.axis2.modules.Module
org.apache.axis2.AxisFault
public boolean canSupportAssertion(org.apache.neethi.Assertion assertion)
canSupportAssertion
in interface org.apache.axis2.modules.Module
assertion
- the assertion that the module must decide whether it can support or not.public void applyPolicy(org.apache.neethi.Policy policy, org.apache.axis2.description.AxisDescription axisDescription) throws org.apache.axis2.AxisFault
applyPolicy
in interface org.apache.axis2.modules.Module
policy
- the policy that is applicable for the specified AxisDescriptionorg.apache.axis2.AxisFault
- if anything goes wrong.public void shutdown(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
shutdown
in interface org.apache.axis2.modules.Module
org.apache.axis2.AxisFault
Copyright © 2021 WSO2. All rights reserved.