Make WFS more extensible
[gpl/argeo-suite.git] / org.argeo.app.geo / OSGI-INF / wfsHttpHandler.xml
index d5646f282ce57f2f85e1658f3887b58c1467c468..356fa0341804ce3a47d697c7eddaf9c74b11056c 100644 (file)
@@ -6,4 +6,5 @@
    </service>
    <property name="context.path" type="String" value="/api/wfs/" />
    <reference bind="setContentRepository" cardinality="1..1" interface="org.argeo.api.acr.spi.ProvidedRepository" name="ProvidedRepository" policy="static"/>
+   <reference bind="addFeatureAdapter" cardinality="0..n" interface="org.argeo.app.geo.http.FeatureAdapter" name="FeatureAdapter" policy="dynamic" unbind="removeFeatureAdapter"/>
 </scr:component>