public class SynapseModule extends Object implements org.apache.axis2.modules.Module
| Constructor and Description |
|---|
SynapseModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyPolicy(org.apache.neethi.Policy policy,
org.apache.axis2.description.AxisDescription axisDescription) |
boolean |
canSupportAssertion(org.apache.neethi.Assertion assertion) |
void |
engageNotify(org.apache.axis2.description.AxisDescription axisDescription) |
void |
init(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.AxisModule axisModule)
This method will call the normal initiation after setting the SYNAPSE_XML file to get from
the axis2 repository/conf folder
|
void |
shutdown(org.apache.axis2.context.ConfigurationContext configurationContext) |
public void init(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.AxisModule axisModule)
throws org.apache.axis2.AxisFault
init in interface org.apache.axis2.modules.ModuleconfigurationContext - - ConfigurationContext of the Axis2 envaxisModule - - AxisModule describing handler initializationModule of Synapseorg.apache.axis2.AxisFault - - in-case of a failure in initiationpublic void engageNotify(org.apache.axis2.description.AxisDescription axisDescription)
throws org.apache.axis2.AxisFault
engageNotify in interface org.apache.axis2.modules.Moduleorg.apache.axis2.AxisFaultpublic boolean canSupportAssertion(org.apache.neethi.Assertion assertion)
canSupportAssertion in interface org.apache.axis2.modules.Modulepublic 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.Moduleorg.apache.axis2.AxisFaultpublic void shutdown(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
shutdown in interface org.apache.axis2.modules.Moduleorg.apache.axis2.AxisFaultCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.