Class SynapseAppServiceComponent


  • public class SynapseAppServiceComponent
    extends Object
    • Constructor Detail

      • SynapseAppServiceComponent

        public SynapseAppServiceComponent()
    • Method Detail

      • activate

        protected void activate​(org.osgi.service.component.ComponentContext ctxt)
      • deactivate

        protected void deactivate​(org.osgi.service.component.ComponentContext ctxt)
      • setRegistryService

        protected void setRegistryService​(org.wso2.carbon.registry.core.service.RegistryService registryService)
      • unsetRegistryService

        protected void unsetRegistryService​(org.wso2.carbon.registry.core.service.RegistryService registryService)
      • setSynapseConfigurationService

        protected void setSynapseConfigurationService​(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService)
      • unsetSynapseConfigurationService

        protected void unsetSynapseConfigurationService​(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService)
      • setAppManager

        protected void setAppManager​(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
      • unsetAppManager

        protected void unsetAppManager​(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
      • getAppManager

        public static org.wso2.carbon.application.deployer.service.ApplicationManagerService getAppManager()
                                                                                                    throws Exception
        Throws:
        Exception
      • getRegistryService

        public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
                                                                                        throws Exception
        Throws:
        Exception
      • getScService

        public static org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService getScService()
                                                                                                       throws Exception
        Throws:
        Exception