Methods in org.deegree.services.csw.getrecords that return GetRecords |
static GetRecords |
GetRecordsKVPAdapter.parse(Map<String,String> normalizedKVPParams,
String defaultOutputFormat,
String defaultOutputSchema)
Parses the GetRecords kvp request and decides which version has to parse because of the requested version |
GetRecords |
AbstractGetRecordsXMLAdapter.parse(Version version,
String defaultOutputFormat,
String defaultOutputSchema)
Parses the GetRecords XML request by deciding which version has to be parsed because of the requested
version. |
protected abstract GetRecords |
AbstractGetRecordsXMLAdapter.parseSubElements(org.apache.axiom.om.OMElement holeRequest,
CSWConstants.ResultType resultType,
int maxRecords,
int startPosition,
String outputFormat,
String requestId,
URI outputSchema,
List<org.apache.axiom.om.OMElement> getRecordsChildElements)
|
protected GetRecords |
GetRecordsXMLAdapter.parseSubElements(org.apache.axiom.om.OMElement holeRequest,
CSWConstants.ResultType resultType,
int maxRecords,
int startPosition,
String outputFormat,
String requestId,
URI outputSchema,
List<org.apache.axiom.om.OMElement> getRecordsChildElements)
|