Class ConfigurationServiceProcessor
- java.lang.Object
-
- org.wso2.carbon.utils.deployment.service.processors.ConfigurationServiceProcessor
-
- Direct Known Subclasses:
Axis2ConfigParameterProcessor,AxisObserverProcessor,DeployerServiceProcessor
public abstract class ConfigurationServiceProcessor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.engine.AxisConfigurationaxisConfigprotected org.osgi.framework.BundleContextbundleContextprotected org.apache.axis2.context.ConfigurationContextconfigCtxprotected org.apache.axis2.deployment.DeploymentEnginedeploymentEngineprotected Locklock
-
Constructor Summary
Constructors Constructor Description ConfigurationServiceProcessor(org.apache.axis2.engine.AxisConfiguration axisConfig, org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidprocessConfigurationService(org.osgi.framework.ServiceReference sr, int action)
-
-
-
Field Detail
-
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
protected Lock lock
-
-