org.deegree_impl.services.gazetteer.configuration
Class ConfigurationFactory

java.lang.Object
  extended byorg.deegree_impl.services.gazetteer.configuration.ConfigurationFactory

public class ConfigurationFactory
extends java.lang.Object

Since:
1.1
Version:
$Revision: 1.2 $, 1.0. $Revision: 1.2 $, $Date: 2004/03/26 11:19:29 $
Author:
Andreas Poth, last edited by: $Author: poth $

Field Summary
private static java.lang.String GNS
           
 
Constructor Summary
ConfigurationFactory()
           
 
Method Summary
static GazetteerConfiguration createGazetteerConfiguration(org.w3c.dom.Element root)
           
static GazetteerConfiguration createGazetteerConfiguration(java.net.URL url)
           
private static Relation createRelation(org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GNS

private static java.lang.String GNS
Constructor Detail

ConfigurationFactory

public ConfigurationFactory()
Method Detail

createGazetteerConfiguration

public static GazetteerConfiguration createGazetteerConfiguration(java.net.URL url)
                                                           throws XMLParsingException
Parameters:
url -
Returns:
Throws:
XMLParsingException

createGazetteerConfiguration

public static GazetteerConfiguration createGazetteerConfiguration(org.w3c.dom.Element root)
                                                           throws XMLParsingException
Parameters:
root -
Returns:
Throws:
XMLParsingException

createRelation

private static Relation createRelation(org.w3c.dom.Element element)
                                throws XMLParsingException
Parameters:
element -
Returns:
Throws:
XMLParsingException