org.deegree.services.csw.exporthandling
Class GetRecordByIdHandler

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

public class GetRecordByIdHandler
extends java.lang.Object

Defines the export functionality for a GetRecordById request

Version:
$Revision: $, $Date: $
Author:
Steffen Thomas, last edited by: $Author: thomas $

Constructor Summary
GetRecordByIdHandler(CSWService service)
          Creates a new GetRecordByIdHandler instance that uses the given service to lookup the MetadataStore s.
 
Method Summary
 void doGetRecordById(GetRecordById getRecBI, HttpResponseBuffer response, boolean isSoap)
          Preprocessing for the export of a GetRecordById request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecordByIdHandler

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

Parameters:
service -
Method Detail

doGetRecordById

public void doGetRecordById(GetRecordById getRecBI,
                            HttpResponseBuffer response,
                            boolean isSoap)
                     throws javax.xml.stream.XMLStreamException,
                            java.io.IOException,
                            org.deegree.commons.utils.kvp.InvalidParameterValueException,
                            OWSException
Preprocessing for the export of a GetRecordById request

Parameters:
getRecBI - the parsed getRecordById request
response - for the servlet request to the client
isSoap -
Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
org.deegree.commons.utils.kvp.InvalidParameterValueException
OWSException


Copyright © 2011. All Rights Reserved.