org.deegree.services.csw.exporthandling
Class GetRecordByIdHandler
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetRecordByIdHandler
public GetRecordByIdHandler(CSWService service)
- Creates a new
GetRecordByIdHandler instance that uses the given service to lookup the
MetadataStore s.
- Parameters:
service -
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 requestresponse - for the servlet request to the clientisSoap -
- Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
org.deegree.commons.utils.kvp.InvalidParameterValueException
OWSException
Copyright © 2011. All Rights Reserved.