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

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

There is a newer version: 0.4.2
Show 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" name="org.wymiwyg.wrhapi.osgi.OsgiWebServerFactory">
        <implementation class="org.wymiwyg.wrhapi.osgi.OsgiWebServerFactory"/>
        <service servicefactory="false">
            <provide interface="org.wymiwyg.wrhapi.WebServerFactory"/>
        </service>
        <property name="service.pid" value="org.wymiwyg.wrhapi.osgi.OsgiWebServerFactory" private="false"/>
        <reference name="httpService" interface="org.osgi.service.http.HttpService" cardinality="1..1" policy="static" bind="bindHttpService" unbind="unbindHttpService" checked="true"/>
    </scr:component>
</components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy