org.deegree.protocol.wfs.storedquery
Class DropStoredQueryKVPAdapter
java.lang.Object
org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
org.deegree.protocol.wfs.storedquery.DropStoredQueryKVPAdapter
public class DropStoredQueryKVPAdapter
- extends AbstractWFSRequestKVPAdapter
Adapter between KVP DropStoredQuery
requests and DropStoredQuery
objects.
Supported versions:
- Version:
- $Revision: 31677 $, $Date: 2011-08-29 16:10:29 +0200 (Mon, 29 Aug 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropStoredQueryKVPAdapter
public DropStoredQueryKVPAdapter()
parse
public static DropStoredQuery parse(Map<String,String> kvpParams)
throws MissingParameterException,
InvalidParameterValueException
- Parses a normalized KVP-map as a WFS
DropStoredQuery
request.
- Parameters:
kvpParams
- normalized KVP-map; keys must be uppercase, each key only has one associated value
- Returns:
- parsed
DropStoredQuery
request
- Throws:
MissingParameterException
- if the request version is unsupported
InvalidParameterValueException
- if a parameter contains a syntax error
Copyright © 2011. All Rights Reserved.