org.deegree_impl.services.wfs.bna
Class BNADataStoreOutputXML

java.lang.Object
  extended byorg.deegree_impl.services.wfs.bna.BNADataStoreOutputGML
      extended byorg.deegree_impl.services.wfs.bna.BNADataStoreOutputXML
All Implemented Interfaces:
DataStoreOutputFormat

public class BNADataStoreOutputXML
extends BNADataStoreOutputGML
implements DataStoreOutputFormat

Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as XML

-----------------------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/03/23 07:52:17 $

Author:
Emanuele Tajariol

Field Summary
 
Fields inherited from class org.deegree_impl.services.wfs.bna.BNADataStoreOutputGML
 
Constructor Summary
BNADataStoreOutputXML()
           
 
Method Summary
 java.lang.Object format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 
Methods inherited from class org.deegree_impl.services.wfs.bna.BNADataStoreOutputGML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNADataStoreOutputXML

public BNADataStoreOutputXML()
Method Detail

format

public java.lang.Object format(java.util.HashMap map,
                               ParameterList paramList)
                        throws java.lang.Exception
formats the data store at the values of the HashMap into one single data structure.

Specified by:
format in interface DataStoreOutputFormat
Overrides:
format in class BNADataStoreOutputGML
Throws:
java.lang.Exception