org.deegree.protocol.wfs.storedquery
Class ListStoredQueriesKVPAdapter

java.lang.Object
  extended by org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
      extended by org.deegree.protocol.wfs.storedquery.ListStoredQueriesKVPAdapter

public class ListStoredQueriesKVPAdapter
extends AbstractWFSRequestKVPAdapter

Adapter between KVP ListStoredQueries requests and ListStoredQueries 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 $

Constructor Summary
ListStoredQueriesKVPAdapter()
           
 
Method Summary
static ListStoredQueries parse(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS ListStoredQueries 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

ListStoredQueriesKVPAdapter

public ListStoredQueriesKVPAdapter()
Method Detail

parse

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

Parameters:
kvpParams - normalized KVP-map; keys must be uppercase, each key only has one associated value
Returns:
parsed ListStoredQueries request
Throws:
MissingParameterException - if the request version is unsupported
InvalidParameterValueException - if a parameter contains a syntax error


Copyright © 2011. All Rights Reserved.