org.deegree.services.csw.exporthandling
Class TransactionHandler

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

public class TransactionHandler
extends Object

Defines the export functionality for a Transaction request

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

Constructor Summary
TransactionHandler()
           
 
Method Summary
 void doTransaction(Transaction trans, HttpResponseBuffer response, MetadataStore<?> store)
          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()
Method Detail

doTransaction

public void doTransaction(Transaction trans,
                          HttpResponseBuffer response,
                          MetadataStore<?> store)
                   throws XMLStreamException,
                          OWSException,
                          IOException
Preprocessing for the export of a Transaction request

Parameters:
trans -
response -
Throws:
XMLStreamException
OWSException
IOException


Copyright © 2011. All Rights Reserved.