|
||||||||||
| 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.getfeaturewithlock.GetFeatureWithLockKVPAdapter
public class GetFeatureWithLockKVPAdapter
Adapter between KVP GetFeatureWithLock requests and GetFeatureWithLock objects.
See specification in WFS v1.1 implementation document, clause 14.7.3.1. Differs from GetFeatureKVPAdapter
only with the the EXPIRY keyword.
| Constructor Summary | |
|---|---|
GetFeatureWithLockKVPAdapter()
|
|
| Method Summary | |
|---|---|
static GetFeatureWithLock |
parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
Parses a normalized KVP-map as a WFS GetFeatureWithLock 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 GetFeatureWithLockKVPAdapter()
| Method Detail |
|---|
public static GetFeatureWithLock parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
throws java.lang.Exception
GetFeatureWithLock request.
Supported versions:
kvpParams - normalized KVP-map; keys must be uppercase, each key only has one associated value
GetFeatureWithLock request
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||