Uses of Class
org.deegree.services.csw.getrecords.GetRecords

Packages that use GetRecords
org.deegree.services.csw.exporthandling   
org.deegree.services.csw.getrecords   
org.deegree.services.csw.security   
 

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

Methods in org.deegree.services.csw.exporthandling with parameters of type GetRecords
 void GetRecordsHandler.doGetRecords(GetRecords getRec, HttpResponseBuffer response, boolean isSoap)
          Preprocessing for the export of a GetRecords request
 

Uses of GetRecords in org.deegree.services.csw.getrecords
 

Methods in org.deegree.services.csw.getrecords that return GetRecords
static GetRecords GetRecordsKVPAdapter.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
 GetRecords GetRecordsXMLAdapter.parse(org.deegree.commons.tom.ows.Version version)
          Parses the GetRecords XML request by deciding which version has to be parsed because of the requested version.
 

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

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

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



Copyright © 2011. All Rights Reserved.