org.geotools.xml
Class AppSchemaConfiguration

java.lang.Object
  extended by org.geotools.xml.Configuration
      extended by org.geotools.xml.AppSchemaConfiguration

public class AppSchemaConfiguration
extends Configuration

XML encoder Configuration that uses AppSchemaResolver to obtain schemas.

Author:
Ben Caradoc-Davies, CSIRO Earth Science and Resource Engineering

Constructor Summary
AppSchemaConfiguration(java.lang.String namespace, java.lang.String schemaLocation, AppSchemaResolver resolver, Configuration... dependencies)
          Because we do not know the dependent Configurations until runtime, they must be specified as a constructor argument.
 
Method Summary
 
Methods inherited from class org.geotools.xml.Configuration
addDependency, allDependencies, configureBindings, configureBindings, configureContext, equals, getContext, getDependencies, getNamespaceURI, getProperties, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, registerBindings, schema, setupBindings, setupBindings, setupContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppSchemaConfiguration

public AppSchemaConfiguration(java.lang.String namespace,
                              java.lang.String schemaLocation,
                              AppSchemaResolver resolver,
                              Configuration... dependencies)
Because we do not know the dependent Configurations until runtime, they must be specified as a constructor argument.

Parameters:
namespace - the namespace URI
schemaLocation - URL giving canonical schema location
resolver -
dependencies - dependent configurations


Copyright © 1996-2010 Geotools. All Rights Reserved.