|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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. |
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)
|
void |
AxisServiceGroup.engageModule(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.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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |