OSGI-INF.serviceComponents.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.caching.invalidator Show documentation
Show all versions of org.wso2.carbon.caching.invalidator Show documentation
OSGi Bundle for the Cache invalidation for Carbon
<?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.caching.invalidator.internal.CacheInvalidationServiceComponent"> <implementation class="org.wso2.carbon.caching.invalidator.internal.CacheInvalidationServiceComponent"/> <property name="service.pid" value="org.wso2.carbon.caching.invalidator.internal.CacheInvalidationServiceComponent"/> <reference name="configuration.context.service" interface="org.wso2.carbon.utils.ConfigurationContextService" cardinality="1..1" policy="dynamic" bind="setConfigurationContextService" unbind="unsetConfigurationContextService"/> </scr:component> </components>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy