org.deegree.feature.persistence.sql.config
Class SQLFeatureStoreConfigWriter

java.lang.Object
  extended by org.deegree.feature.persistence.sql.config.SQLFeatureStoreConfigWriter

public class SQLFeatureStoreConfigWriter
extends Object

Creates configuration documents for the PostGISFeatureStore from MappedAppSchema instances.

Version:
$Revision: 32155 $, $Date: 2011-10-18 18:49:01 +0200 (Tue, 18 Oct 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
SQLFeatureStoreConfigWriter(MappedAppSchema schema)
          Creates a new SQLFeatureStoreConfigWriter instance.
 
Method Summary
 void writeConfig(XMLStreamWriter writer, String connId, List<String> schemaURLs)
          Exports the configuration document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLFeatureStoreConfigWriter

public SQLFeatureStoreConfigWriter(MappedAppSchema schema)
Creates a new SQLFeatureStoreConfigWriter instance.

Parameters:
schema - the mapped application schema to export, must not be null
Method Detail

writeConfig

public void writeConfig(XMLStreamWriter writer,
                        String connId,
                        List<String> schemaURLs)
                 throws XMLStreamException
Exports the configuration document.

Parameters:
writer -
connId -
schemaURLs -
Throws:
XMLStreamException


Copyright © 2011. All Rights Reserved.