org.deegree.services.csw.exporthandling
Class TransactionHandler

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

public class TransactionHandler
extends java.lang.Object

Defines the export functionality for a Transaction request

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

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

Constructor Detail

TransactionHandler

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

Parameters:
service -
Method Detail

doTransaction

public void doTransaction(Transaction trans,
                          HttpResponseBuffer response)
                   throws javax.xml.stream.XMLStreamException,
                          OWSException,
                          java.io.IOException
Preprocessing for the export of a Transaction request

Parameters:
trans -
response -
Throws:
javax.xml.stream.XMLStreamException
OWSException
java.io.IOException


Copyright © 2011. All Rights Reserved.