Uses of Interface
org.apache.axis2.modules.Module

Packages that use Module
org.apache.axis2.description   
org.apache.axis2.handlers.soapmonitor   
 

Uses of Module in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return Module
 Module AxisModule.getModule()
           
 

Methods in org.apache.axis2.description with parameters of type Module
 void AxisModule.setModule(Module module)
           
 

Uses of Module in org.apache.axis2.handlers.soapmonitor
 

Classes in org.apache.axis2.handlers.soapmonitor that implement Module
 class SOAPMonitorModule