Make WFS more extensible
[gpl/argeo-suite.git] / org.argeo.app.geo / src / org / argeo / app / geo / http / WfsUtils.java
diff --git a/org.argeo.app.geo/src/org/argeo/app/geo/http/WfsUtils.java b/org.argeo.app.geo/src/org/argeo/app/geo/http/WfsUtils.java
new file mode 100644 (file)
index 0000000..f9876d9
--- /dev/null
@@ -0,0 +1,16 @@
+package org.argeo.app.geo.http;
+
+import javax.xml.namespace.NamespaceContext;
+
+/** Utilities around the WFS specifications. */
+public class WfsUtils {
+
+       public static NamespaceContext parseNamespacesKvpParameter() {
+               // TODO deal with multiple namespaces
+               return null;
+       }
+
+       /** singleton */
+       private WfsUtils() {
+       }
+}