org.deegree.services.csw.exporthandling
Class GetRecordsHandler

java.lang.Object
  extended by 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

Constructor Summary
GetRecordsHandler(int maxMatches, String schemaLocation, MetadataStore store)
           
 
Method Summary
 void doGetRecords(GetRecords getRec, HttpResponseBuffer response, MetadataStore<?> store)
          Preprocessing for the export of a GetRecords request
protected  void exportSearchResults202(XMLStreamWriter writer, GetRecords getRec, MetadataStore<?> store)
          Exports the result container that contains the requested elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecordsHandler

public GetRecordsHandler(int maxMatches,
                         String schemaLocation,
                         MetadataStore store)
Method Detail

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.