org.wso2.carbon.utils.deployment.service.processors
Class ConfigurationServiceProcessor

java.lang.Object
  extended by org.wso2.carbon.utils.deployment.service.processors.ConfigurationServiceProcessor
Direct Known Subclasses:
Axis2ConfigParameterProcessor, AxisObserverProcessor, DeployerServiceProcessor

public abstract class ConfigurationServiceProcessor
extends Object


Field Summary
protected  org.apache.axis2.engine.AxisConfiguration axisConfig
           
protected  org.osgi.framework.BundleContext bundleContext
           
protected  org.apache.axis2.context.ConfigurationContext configCtx
           
protected  org.apache.axis2.deployment.DeploymentEngine deploymentEngine
           
protected  Lock lock
           
 
Constructor Summary
ConfigurationServiceProcessor(org.apache.axis2.engine.AxisConfiguration axisConfig, org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
abstract  void processConfigurationService(org.osgi.framework.ServiceReference sr, int action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ConfigurationServiceProcessor

public ConfigurationServiceProcessor(org.apache.axis2.engine.AxisConfiguration axisConfig,
                                     org.osgi.framework.BundleContext bundleContext)
Method Detail

processConfigurationService

public abstract void processConfigurationService(org.osgi.framework.ServiceReference sr,
                                                 int action)
                                          throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault


Copyright © 2014 WSO2 Inc. All rights reserved.