|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AxisConfiguration in org.apache.axis2.context |
Methods in org.apache.axis2.context that return AxisConfiguration | |
AxisConfiguration |
ConfigurationContext.getAxisConfiguration()
|
Methods in org.apache.axis2.context with parameters of type AxisConfiguration | |
void |
MessageContext.init(AxisConfiguration axisConfiguration)
The method is used to do the intialization of the EngineContext |
void |
ServiceGroupContext.init(AxisConfiguration axisConfiguration)
|
void |
SessionContext.init(AxisConfiguration axisConfiguration)
|
static void |
ConfigurationContextFactory.createChains(ServiceDescription service,
AxisConfiguration configurationContextVal,
java.util.ArrayList modules)
Here the Phases are resolved and the Order of the Handlers are established |
void |
ServiceContext.init(AxisConfiguration axisConfiguration)
The method is used to do the intialization of the EngineContext |
abstract void |
AbstractContext.init(AxisConfiguration axisConfiguration)
|
void |
OperationContext.init(AxisConfiguration axisConfiguration)
The method is used to do the intialization of the EngineContext |
void |
ConfigurationContext.init(AxisConfiguration axisConfiguration)
|
void |
ConfigurationContext.setAxisConfiguration(AxisConfiguration configuration)
|
Constructors in org.apache.axis2.context with parameters of type AxisConfiguration | |
ConfigurationContext(AxisConfiguration axisConfiguration)
|
Uses of AxisConfiguration in org.apache.axis2.deployment |
Methods in org.apache.axis2.deployment that return AxisConfiguration | |
AxisConfiguration |
DeploymentEngine.getAxisConfig()
tio get ER |
AxisConfiguration |
DeploymentEngine.load()
|
AxisConfiguration |
DeploymentEngine.loadClient(java.lang.String clientHome)
|
Methods in org.apache.axis2.deployment with parameters of type AxisConfiguration | |
protected void |
AxisConfigBuilder.processModuleConfig(java.util.Iterator moduleConfigs,
ParameterInclude parent,
AxisConfiguration config)
|
Constructors in org.apache.axis2.deployment with parameters of type AxisConfiguration | |
AxisConfigBuilder(java.io.InputStream serviceInputSteram,
DeploymentEngine engine,
AxisConfiguration axisConfiguration)
|
Uses of AxisConfiguration in org.apache.axis2.description |
Methods in org.apache.axis2.description that return AxisConfiguration | |
AxisConfiguration |
ServiceGroupDescription.getParent()
|
AxisConfiguration |
ServiceGroupDescription.getAxisDescription()
|
AxisConfiguration |
ModuleDescription.getParent()
|
Methods in org.apache.axis2.description with parameters of type AxisConfiguration | |
void |
ServiceGroupDescription.setParent(AxisConfiguration parent)
|
void |
ServiceGroupDescription.setAxisDescription(AxisConfiguration axisDescription)
|
void |
ModuleDescription.setParent(AxisConfiguration parent)
|
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 |
Constructors in org.apache.axis2.description with parameters of type AxisConfiguration | |
ServiceGroupDescription(AxisConfiguration axisDescription)
|
Uses of AxisConfiguration in org.apache.axis2.engine |
Classes in org.apache.axis2.engine that implement AxisConfiguration | |
class |
AxisConfigurationImpl
Class EngineRegistryImpl |
Uses of AxisConfiguration in org.apache.axis2.modules |
Methods in org.apache.axis2.modules with parameters of type AxisConfiguration | |
void |
Module.init(AxisConfiguration axisSystem)
|
void |
Module.shutdown(AxisConfiguration axisSystem)
|
Uses of AxisConfiguration in org.apache.axis2.phaseresolver |
Constructors in org.apache.axis2.phaseresolver with parameters of type AxisConfiguration | |
PhaseResolver(AxisConfiguration engineConfig)
default constructor , to obuild chains for GlobalDescription |
|
PhaseResolver(AxisConfiguration axisConfig,
ServiceDescription serviceContext)
Constructor PhaseResolver |
Uses of AxisConfiguration in org.apache.axis2.util |
Methods in org.apache.axis2.util with parameters of type AxisConfiguration | |
static void |
Utils.resolvePhases(AxisConfiguration axisconfig,
ServiceDescription serviceDesc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |