Uses of Class
org.apache.axis2.description.AxisModule

Packages that use AxisModule
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.handlers.soapmonitor   
org.apache.axis2.modules   
org.apache.axis2.phaseresolver   
org.apache.axis2.security   
 

Uses of AxisModule in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return AxisModule
 AxisModule DeploymentEngine.buildModule(File modulearchive, AxisConfiguration config)
          Builds ModuleDescription for a given module archive file.
 AxisModule DeploymentEngine.getModule(QName moduleName)
           
 

Constructors in org.apache.axis2.deployment with parameters of type AxisModule
ModuleBuilder(InputStream serviceInputStream, AxisModule module, AxisConfiguration axisConfig)
           
 

Uses of AxisModule in org.apache.axis2.deployment.repository.util
 

Methods in org.apache.axis2.deployment.repository.util with parameters of type AxisModule
 void ArchiveReader.readModuleArchive(String filename, DeploymentEngine engine, AxisModule module, boolean explodedDir, AxisConfiguration axisConfig)
           
 

Uses of AxisModule in org.apache.axis2.description
 

Methods in org.apache.axis2.description with parameters of type AxisModule
 void AxisServiceGroup.engageModule(AxisModule module)
           
 void AxisService.addModuleOperations(AxisModule module, AxisConfiguration axisConfig)
          Adds an operation to a service if a module is required to do so.
 void AxisService.engageModule(AxisModule axisModule, AxisConfiguration axisConfig)
          Engages a module.
 void AxisService.disEngageModule(AxisModule module)
           
 ArrayList AxisOperation.engageModule(AxisModule moduleref, AxisConfiguration axisConfig)
          Engages a module.
 void AxisOperation.disEngageModule(AxisModule module)
           
 void AxisOperation.removeFromEngageModueList(AxisModule module)
          To remove module from engage module list
 ArrayList AxisOperation.addModuleOperations(AxisModule module, AxisConfiguration axisConfig, AxisService service)
          Adds an operation to a service if a module is required to do so.
 boolean AxisOperation.isEngaged(AxisModule module)
           
 

Uses of AxisModule in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisModule
 AxisModule AxisConfiguration.getModule(QName name)
          Method getModule.
 AxisModule AxisConfiguration.getDefaultModule(String moduleName)
           
 

Methods in org.apache.axis2.engine with parameters of type AxisModule
 void AxisObserver.moduleUpdate(AxisEvent event, AxisModule module)
           
 void AxisConfiguration.addModule(AxisModule module)
          Method addModule.
 void AxisConfiguration.disEngageModule(AxisModule module)
          To dis-engage module from the system, this will remove all the handlers belongs to this module from all the handler chains
 void AxisConfiguration.notifyObservers(int event_type, AxisModule moule)
           
 

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

Methods in org.apache.axis2.handlers.soapmonitor with parameters of type AxisModule
 void SOAPMonitorModule.init(ConfigurationContext configContext, AxisModule module)
           
 

Uses of AxisModule in org.apache.axis2.modules
 

Methods in org.apache.axis2.modules with parameters of type AxisModule
 void Module.init(ConfigurationContext configContext, AxisModule module)
           
 

Uses of AxisModule in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver with parameters of type AxisModule
 void PhaseResolver.engageModuleToOperation(AxisOperation axisOperation, AxisModule module)
           
 void PhaseResolver.disEngageModulefromGlobalChains(AxisModule module)
          To remove handlers from global chians this method can be used , first it take inflow of the module and then take handler one by one and then remove those handlers from global inchain , the same procedure will be carry out for all the other flows as well.
 void PhaseResolver.disEngageModulefromOperationChian(AxisModule module, AxisOperation operation)
          To remove handlers from operations chians this method can be used , first it take inflow of the module and then take handler one by one and then remove those handlers from global inchain , the same procedure will be carry out for all the other flows as well.
 

Uses of AxisModule in org.apache.axis2.security
 

Methods in org.apache.axis2.security with parameters of type AxisModule
 void SecurityModule.init(ConfigurationContext configContext, AxisModule module)