org.deegree.services.csw.exporthandling
Class GetRecordsHandler

java.lang.Object
  extended by org.deegree.services.csw.exporthandling.GetRecordsHandler

public class GetRecordsHandler
extends java.lang.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(CSWService service)
          Creates a new GetRecordsHandler instance that uses the given service to lookup the MetadataStore s.
 
Method Summary
 void doGetRecords(GetRecords getRec, HttpResponseBuffer response, boolean isSoap)
          Preprocessing for the export of a GetRecords request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecordsHandler

public GetRecordsHandler(CSWService service)
Creates a new GetRecordsHandler instance that uses the given service to lookup the MetadataStore s.

Parameters:
service -
Method Detail

doGetRecords

public void doGetRecords(GetRecords getRec,
                         HttpResponseBuffer response,
                         boolean isSoap)
                  throws javax.xml.stream.XMLStreamException,
                         java.io.IOException,
                         OWSException
Preprocessing for the export of a GetRecords request

Parameters:
getRec -
response -
Throws:
javax.xml.stream.XMLStreamException
java.io.IOException
java.sql.SQLException
OWSException


Copyright © 2011. All Rights Reserved.