org.deegree.services.csw.getrecords
Class GetRecordsKVPAdapter

java.lang.Object
  extended by org.deegree.services.csw.AbstractCSWKVPAdapter
      extended by org.deegree.services.csw.getrecords.GetRecordsKVPAdapter

public class GetRecordsKVPAdapter
extends AbstractCSWKVPAdapter

Encapsulates the method for parsing a KVP request via Http-GET.

Version:
$Revision: $, $Date: $
Author:
Steffen Thomas, last edited by: $Author: thomas $

Constructor Summary
GetRecordsKVPAdapter()
           
 
Method Summary
static GetRecords parse(java.util.Map<java.lang.String,java.lang.String> normalizedKVPParams)
          Parses the GetRecords kvp request and decides which version has to parse because of the requested version
 
Methods inherited from class org.deegree.services.csw.AbstractCSWKVPAdapter
extractNamespaceBindings, extractTypeNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecordsKVPAdapter

public GetRecordsKVPAdapter()
Method Detail

parse

public static GetRecords parse(java.util.Map<java.lang.String,java.lang.String> normalizedKVPParams)
Parses the GetRecords kvp request and decides which version has to parse because of the requested version

Parameters:
normalizedKVPParams - that are requested as key to a value.
Returns:
GetRecords


Copyright © 2011. All Rights Reserved.