|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
org.deegree.protocol.wfs.lockfeature.LockFeatureKVPAdapter
public class LockFeatureKVPAdapter
Adapter between KVP LockFeature
requests and LockFeature
objects.
Constructor Summary | |
---|---|
LockFeatureKVPAdapter()
|
Method Summary | |
---|---|
static LockFeature |
parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
Parses a normalized KVP-map as a WFS LockFeature request. |
Methods inherited from class org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter |
---|
appendFirstKVP, appendKVP, extractNamespaceBindings, extractTypeNames |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LockFeatureKVPAdapter()
Method Detail |
---|
public static LockFeature parse(java.util.Map<java.lang.String,java.lang.String> kvpParams) throws java.lang.Exception
LockFeature
request.
Supported versions:
kvpParams
- normalized KVP-map; keys must be uppercase, each key only has one associated value
LockFeature
request
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |