| Modifier and Type | Method and Description |
|---|---|
static AxisModule |
DeploymentEngine.buildModule(java.io.File modulearchive,
AxisConfiguration config)
Builds an AxisModule for a given module archive file.
|
AxisModule |
DeploymentEngine.getModule(java.lang.String moduleName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DeploymentEngine.addNewModule(AxisModule modulemetadata,
AxisConfiguration axisConfiguration) |
| Constructor and Description |
|---|
ModuleBuilder(java.io.InputStream serviceInputStream,
AxisModule module,
AxisConfiguration axisConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveReader.readModuleArchive(DeploymentFileData deploymentFile,
AxisModule module,
boolean explodedDir,
AxisConfiguration axisConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.deployModuleServices(AxisModule module,
ConfigurationContext configCtx)
Modules can contain services in some cases.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,AxisModule> |
AxisDescription.engagedModules
Map of modules engaged on this object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AxisModule> |
AxisDescription.getEngagedModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisDescription.disengageModule(AxisModule module) |
void |
AxisBindingOperation.engageModule(AxisModule axisModule) |
void |
AxisBinding.engageModule(AxisModule axisModule) |
void |
AxisBindingMessage.engageModule(AxisModule axisModule) |
void |
AxisDescription.engageModule(AxisModule axisModule)
Engage a Module at this level
|
void |
AxisEndpoint.engageModule(AxisModule axisModule) |
void |
AxisDescription.engageModule(AxisModule axisModule,
AxisDescription source)
Engage a Module at this level, keeping track of which level the engage was originally called
from.
|
boolean |
AxisDescription.isEngaged(AxisModule axisModule) |
void |
AxisServiceGroup.onDisengage(AxisModule module) |
void |
AxisService.onDisengage(AxisModule module) |
protected void |
AxisOperation.onDisengage(AxisModule module) |
protected void |
AxisDescription.onDisengage(AxisModule module) |
protected void |
AxisServiceGroup.onEngage(AxisModule module,
AxisDescription engager)
When a module gets engaged on a ServiceGroup, we have to engage it for each Service.
|
void |
AxisService.onEngage(AxisModule axisModule,
AxisDescription engager)
Engages a module.
|
void |
AxisOperation.onEngage(AxisModule axisModule,
AxisDescription engager)
This is called when a module is engaged on this operation.
|
void |
AxisMessage.onEngage(AxisModule axisModule,
AxisDescription engager)
We do not support adding module operations when engaging a module to an AxisMessage
|
protected void |
AxisDescription.onEngage(AxisModule module,
AxisDescription engager) |
void |
AxisOperation.removeFromEngagedModuleList(AxisModule module)
Deprecated.
please use disengageModule(), this method will disappear after 1.3
|
| Modifier and Type | Method and Description |
|---|---|
AxisModule |
AxisConfiguration.getDefaultModule(java.lang.String moduleName) |
AxisModule |
AxisConfiguration.getModule(java.lang.String name)
Get an AxisModule by name.
|
AxisModule |
AxisConfiguration.getModule(java.lang.String moduleName,
java.lang.String moduleVersion)
Return the module having name=moduleName & version=moduleVersion
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.String,AxisModule> |
AxisConfiguration.getModules() |
java.util.List<AxisModule> |
AxisConfiguration.getModulesForPolicyNamesapce(java.lang.String namesapce) |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisConfiguration.addModule(AxisModule module)
Add an available Module to this configuration
|
boolean |
AxisConfiguration.isEngaged(AxisModule axisModule) |
void |
AxisObserver.moduleUpdate(AxisEvent event,
AxisModule module) |
void |
AxisConfiguration.notifyObservers(AxisEvent event,
AxisModule moule) |
void |
AxisConfiguration.onDisengage(AxisModule module)
To dis-engage a module from the system.
|
void |
AxisConfiguration.onEngage(AxisModule module,
AxisDescription engager) |
void |
AxisConfiguration.registerLocalPolicyAssertions(AxisModule axisModule) |
void |
AxisConfiguration.registerModulePolicySupport(AxisModule axisModule) |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.init(ConfigurationContext configContext,
AxisModule module) |
| Modifier and Type | Method and Description |
|---|---|
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.disengageModuleFromOperationChain(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.
|
void |
PhaseResolver.engageModuleToMessage(AxisMessage axisMessage,
AxisModule axisModule) |
void |
PhaseResolver.engageModuleToOperation(AxisOperation axisOperation,
AxisModule module) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.