Uses of Class
org.deegree.services.csw.describerecord.DescribeRecord

Packages that use DescribeRecord
org.deegree.services.csw.describerecord   
org.deegree.services.csw.exporthandling   
org.deegree.services.csw.security   
 

Uses of DescribeRecord in org.deegree.services.csw.describerecord
 

Methods in org.deegree.services.csw.describerecord that return DescribeRecord
static DescribeRecord DescribeRecordKVPAdapter.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.
 DescribeRecord DescribeRecordXMLAdapter.parse(org.deegree.commons.tom.ows.Version version)
          Parses the DescribeRecord XML request.
 

Uses of DescribeRecord in org.deegree.services.csw.exporthandling
 

Methods in org.deegree.services.csw.exporthandling with parameters of type DescribeRecord
 void DescribeRecordHandler.doDescribeRecord(DescribeRecord descRec, HttpResponseBuffer response, boolean isSoap)
          Preprocessing for the export of a DescribeRecord request to determine which recordstore is requested.
 

Uses of DescribeRecord in org.deegree.services.csw.security
 

Methods in org.deegree.services.csw.security that return DescribeRecord
 DescribeRecord CSWSecurityManager.preprocess(DescribeRecord describeRecord, Credentials creds, boolean isSoap)
           
 DescribeRecord DummyCSWSecurityManager.preprocess(DescribeRecord describeRecord, Credentials creds, boolean isSoap)
           
 

Methods in org.deegree.services.csw.security with parameters of type DescribeRecord
 DescribeRecord CSWSecurityManager.preprocess(DescribeRecord describeRecord, Credentials creds, boolean isSoap)
           
 DescribeRecord DummyCSWSecurityManager.preprocess(DescribeRecord describeRecord, Credentials creds, boolean isSoap)
           
 



Copyright © 2011. All Rights Reserved.