org.deegree.protocol.wfs.getfeaturewithlock
Class GetFeatureWithLockKVPAdapter

java.lang.Object
  extended by org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
      extended by org.deegree.protocol.wfs.getfeaturewithlock.GetFeatureWithLockKVPAdapter

public class GetFeatureWithLockKVPAdapter
extends AbstractWFSRequestKVPAdapter

Adapter between KVP GetFeatureWithLock requests and GetFeatureWithLock objects.

Supported versions:

Version:
$Revision: 31787 $, $Date: 2011-09-06 21:19:52 +0200 (Tue, 06 Sep 2011) $
Author:
Markus Schneider, Andrei Ionita, last edited by: $Author: mschneider $

Constructor Summary
GetFeatureWithLockKVPAdapter()
           
 
Method Summary
static GetFeatureWithLock parse(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS GetFeatureWithLock request.
 
Methods inherited from class org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
appendFirstKVP, appendKVP, extractNamespaceBindings110, extractNamespaceBindings200, extractTypeNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetFeatureWithLockKVPAdapter

public GetFeatureWithLockKVPAdapter()
Method Detail

parse

public static GetFeatureWithLock parse(Map<String,String> kvpParams)
                                throws Exception
Parses a normalized KVP-map as a WFS GetFeatureWithLock request.

Parameters:
kvpParams - normalized KVP-map; keys must be uppercase, each key only has one associated value
Returns:
parsed GetFeatureWithLock request
Throws:
Exception


Copyright © 2011. All Rights Reserved.