org.deegree.services.csw.exporthandling
Class GetRecordByIdHandler

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

public class GetRecordByIdHandler
extends Object

Defines the export functionality for a GetRecordById request

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

Constructor Summary
GetRecordByIdHandler()
           
 
Method Summary
 void doGetRecordById(GetRecordById getRecBI, HttpResponseBuffer response, MetadataStore<?> store, ServiceProfile profile)
          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()
Method Detail

doGetRecordById

public void doGetRecordById(GetRecordById getRecBI,
                            HttpResponseBuffer response,
                            MetadataStore<?> store,
                            ServiceProfile profile)
                     throws XMLStreamException,
                            IOException,
                            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:
IOException
XMLStreamException
InvalidParameterValueException
OWSException


Copyright © 2011. All Rights Reserved.