org.deegree.services.csw.exporthandling
Class GetRecordsHandler
java.lang.Object
org.deegree.services.csw.exporthandling.GetRecordsHandler
public class GetRecordsHandler
- extends Object
Defines the export functionality for a GetRecords
request
- Version:
- $Revision: $, $Date: $
- Author:
- Steffen Thomas, last edited by: $Author: thomas $
- See Also:
CSWController
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetRecordsHandler
public GetRecordsHandler(int maxMatches,
String schemaLocation,
MetadataStore store)
doGetRecords
public void doGetRecords(GetRecords getRec,
HttpResponseBuffer response,
MetadataStore<?> store)
throws XMLStreamException,
IOException,
OWSException
- Preprocessing for the export of a
GetRecords
request
- Parameters:
getRec
- response
-
- Throws:
XMLStreamException
IOException
SQLException
OWSException
exportSearchResults202
protected void exportSearchResults202(XMLStreamWriter writer,
GetRecords getRec,
MetadataStore<?> store)
throws XMLStreamException,
OWSException,
MetadataStoreException
- Exports the result container that contains the requested elements
- Parameters:
writer
- getRec
-
- Throws:
XMLStreamException
OWSException
MetadataStoreException
Copyright © 2011. All Rights Reserved.