|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleDescription | |
org.apache.axis2.deployment | |
org.apache.axis2.deployment.repository.util | |
org.apache.axis2.description | |
org.apache.axis2.engine | |
org.apache.axis2.phaseresolver |
Uses of ModuleDescription in org.apache.axis2.deployment |
Methods in org.apache.axis2.deployment that return ModuleDescription | |
ModuleDescription |
DeploymentEngine.getModule(javax.xml.namespace.QName moduleName)
|
ModuleDescription |
DeploymentEngine.buildModule(java.io.File modulearchive)
This method can be used to build ModuleDescription for a given module archiev file |
Constructors in org.apache.axis2.deployment with parameters of type ModuleDescription | |
ModuleBuilder(java.io.InputStream serviceInputSteram,
DeploymentEngine engine,
ModuleDescription module)
|
Uses of ModuleDescription in org.apache.axis2.deployment.repository.util |
Methods in org.apache.axis2.deployment.repository.util with parameters of type ModuleDescription | |
void |
ArchiveReader.readModuleArchive(java.lang.String filename,
DeploymentEngine engine,
ModuleDescription module,
boolean explodedDir)
|
Uses of ModuleDescription in org.apache.axis2.description |
Methods in org.apache.axis2.description with parameters of type ModuleDescription | |
void |
ServiceDescription.engageModule(ModuleDescription moduleref,
AxisConfiguration axisConfig)
To ebgage a module it is reuired to use this method |
void |
ServiceDescription.addModuleOperations(ModuleDescription module,
AxisConfiguration axisConfig)
To add a opeartion to a service if a module requird to do so |
void |
ServiceDescription.addToEngagModuleList(ModuleDescription moduleName)
|
void |
OperationDescription.engageModule(ModuleDescription moduleref)
To ebgage a module it is reuired to use this method |
void |
OperationDescription.addToEngageModuleList(ModuleDescription moduleName)
|
Uses of ModuleDescription in org.apache.axis2.engine |
Methods in org.apache.axis2.engine that return ModuleDescription | |
ModuleDescription |
AxisConfigurationImpl.getModule(javax.xml.namespace.QName name)
Method getModule |
ModuleDescription |
AxisConfiguration.getModule(javax.xml.namespace.QName name)
Modules is read only as they can not deployed while runing |
Methods in org.apache.axis2.engine with parameters of type ModuleDescription | |
void |
AxisConfigurationImpl.addModule(ModuleDescription module)
Method addMdoule |
void |
AxisConfiguration.addModule(ModuleDescription module)
Method addMdoule |
Uses of ModuleDescription in org.apache.axis2.phaseresolver |
Methods in org.apache.axis2.phaseresolver with parameters of type ModuleDescription | |
void |
PhaseResolver.engageModuleGlobally(ModuleDescription module)
|
void |
PhaseResolver.engageModuleToServiceFromGlobal(ServiceDescription service,
ModuleDescription module)
To engage modules come form global |
void |
PhaseResolver.engageModuleToService(ServiceDescription service,
ModuleDescription module)
|
void |
PhaseResolver.engageModuleToOperation(OperationDescription operation,
ModuleDescription module)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |