All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
    <scr:component enabled="true" immediate="true" name="org.wso2.carbon.hosting.mgt.internal.ADCManagementServerComponent">
        <implementation class="org.apache.stratos.adc.mgt.internal.ADCManagementServerComponent"/>
        <property name="service.pid" value="org.wso2.carbon.hosting.mgt.internal.ADCManagementServerComponent" private="false"/>
        <reference name="config.context.service" interface="org.wso2.carbon.utils.ConfigurationContextService" cardinality="1..1" policy="dynamic" bind="setConfigurationContextService" unbind="unsetConfigurationContextService" checked="true" strategy="event"/>
        <reference name="user.realmservice.default" interface="org.wso2.carbon.user.core.service.RealmService" cardinality="1..1" policy="dynamic" bind="setRealmService" unbind="unsetRealmService" checked="true" strategy="event"/>
        <reference name="registry.service" interface="org.wso2.carbon.registry.core.service.RegistryService" cardinality="1..1" policy="dynamic" bind="setRegistryService" unbind="unsetRegistryService" checked="true" strategy="event"/>
        <reference name="topology.mgt.service" interface="org.apache.stratos.adc.topology.mgt.service.TopologyManagementService" cardinality="1..1" policy="dynamic" bind="setTopologyManagementService" unbind="unsetTopologyManagementService" checked="true" strategy="event"/>
    </scr:component>
</components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy