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

OSGI-INF.serviceComponents.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
    <scr:component enabled="true" immediate="true" name="org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment" activate="activate">
        <implementation class="org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment"/>
        <service servicefactory="false">
            <provide interface="org.apache.stanbol.commons.web.base.WebFragment"/>
        </service>
        <property name="service.vendor" type="String" value="Apache Stanbol (incubating)"/>
        <property name="service.pid" value="org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment"/>
    </scr:component>
</components>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy