org.deegree.services.csw.capabilities
Class GetCapabilities202KVPAdapter
java.lang.Object
org.deegree.services.csw.capabilities.GetCapabilities202KVPAdapter
public class GetCapabilities202KVPAdapter
- extends Object
Encapsulates the method for parsing a kvp request via Http-GET. Due to the fact that the GetCapabilities operation is
common OWS specific for all webservices the parsing is delegated to the deegree core module.
- Version:
- $Revision: $, $Date: $
- Author:
- Steffen Thomas, last edited by: $Author: thomas $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetCapabilities202KVPAdapter
public GetCapabilities202KVPAdapter()
parse
public static GetCapabilities parse(Map<String,String> kvpParams)
- Parses an incoming KVP request via Http-GET
- Parameters:
version
- that is parsed from the request in the GetCapabilitieskvpParams
- that are requested as key to a value.
- Returns:
GetCapabilities
request
- Throws:
InvalidParameterValueException
- if VERSION parameter contains a syntactical error
Copyright © 2011. All Rights Reserved.