|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.csw.AbstractCSWKVPAdapter org.deegree.services.csw.describerecord.DescribeRecordKVPAdapter
public class DescribeRecordKVPAdapter
Encapsulates the method for parsing a DescribeRecord
kvp request via Http-GET.
Constructor Summary | |
---|---|
DescribeRecordKVPAdapter()
|
Method Summary | |
---|---|
static DescribeRecord |
parse(java.util.Map<java.lang.String,java.lang.String> normalizedKVPParams)
Parses the DescribeRecord 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 |
---|
public DescribeRecordKVPAdapter()
Method Detail |
---|
public static DescribeRecord parse(java.util.Map<java.lang.String,java.lang.String> normalizedKVPParams)
DescribeRecord
KVP request and decides which version has to parse because of the requested
version.
normalizedKVPParams
- that are requested as key to a value.
DescribeRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |