Class ConfigurationServiceProcessor
java.lang.Object
org.wso2.carbon.utils.deployment.service.processors.ConfigurationServiceProcessor
- Direct Known Subclasses:
Axis2ConfigParameterProcessor,AxisObserverProcessor,DeployerServiceProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.axis2.engine.AxisConfigurationprotected org.osgi.framework.BundleContextprotected org.apache.axis2.context.ConfigurationContextprotected org.apache.axis2.deployment.DeploymentEngineprotected Lock -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationServiceProcessor(org.apache.axis2.engine.AxisConfiguration axisConfig, org.osgi.framework.BundleContext bundleContext) -
Method Summary
Modifier and TypeMethodDescriptionabstract voidprocessConfigurationService(org.osgi.framework.ServiceReference sr, int action)
-
Field Details
-
configCtx
protected org.apache.axis2.context.ConfigurationContext configCtx -
axisConfig
protected org.apache.axis2.engine.AxisConfiguration axisConfig -
deploymentEngine
protected org.apache.axis2.deployment.DeploymentEngine deploymentEngine -
bundleContext
protected org.osgi.framework.BundleContext bundleContext -
lock
-
-
Constructor Details
-
ConfigurationServiceProcessor
public ConfigurationServiceProcessor(org.apache.axis2.engine.AxisConfiguration axisConfig, org.osgi.framework.BundleContext bundleContext)
-
-
Method Details
-
processConfigurationService
public abstract void processConfigurationService(org.osgi.framework.ServiceReference sr, int action) throws org.apache.axis2.AxisFault - Throws:
org.apache.axis2.AxisFault
-