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

META-INF.opennms.component-service.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:onmsgi="http://xmlns.opennms.org/xsd/spring/onms-osgi"
    xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
        http://xmlns.opennms.org/xsd/spring/onms-osgi http://xmlns.opennms.org/xsd/spring/onms-osgi.xsd
    ">

    <bean name="assetLocator" class="org.opennms.web.utils.assets.AssetLocatorImpl" />
    <onmsgi:service ref="assetLocator" interface="org.opennms.web.utils.assets.AssetLocator" />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy