OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.wso2.carbon.is.migration Show documentation
Show all versions of org.wso2.carbon.is.migration Show documentation
IS migration service component
<?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.is.migration.client"> <implementation class="org.wso2.carbon.is.migration.internal.ISMigrationServiceComponent"/> <property name="service.pid" value="org.wso2.carbon.is.migration.client" private="false"/> <reference name="realm.service" interface="org.wso2.carbon.user.core.service.RealmService" cardinality="1..1" policy="dynamic" bind="setRealmService" unbind="unsetRealmService" checked="true" strategy="event"/> <reference name="server.configuration.service" interface="org.wso2.carbon.base.api.ServerConfigurationService" cardinality="1..1" policy="dynamic" bind="setServerConfigurationService" unbind="unsetServerConfigurationService" 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="application.mgt.service" interface="org.wso2.carbon.identity.application.mgt.ApplicationManagementService" cardinality="1..1" policy="dynamic" bind="setApplicationManagementService" unbind="unsetApplicationManagementService" checked="true" strategy="event"/> </scr:component> </components>