]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.geo/OSGI-INF/wfsHttpHandler.xml
Releasing
[gpl/argeo-suite.git] / org.argeo.app.geo / OSGI-INF / wfsHttpHandler.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true">
3 <implementation class="org.argeo.app.geo.http.WfsHttpHandler"/>
4 <service>
5 <provide interface="com.sun.net.httpserver.HttpHandler"/>
6 </service>
7 <property name="context.path" type="String" value="/api/wfs/" />
8 <reference bind="setContentRepository" cardinality="1..1" interface="org.argeo.api.acr.spi.ProvidedRepository" name="ProvidedRepository" policy="static"/>
9 <reference bind="addFeatureAdapter" cardinality="0..n" interface="org.argeo.app.api.geo.FeatureAdapter" name="FeatureAdapter" policy="dynamic" unbind="removeFeatureAdapter"/>
10 </scr:component>