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

      protected Lock 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