Class CSWConfiguration


  • public class CSWConfiguration
    extends Configuration
    Parser configuration for the http://www.opengis.net/cat/csw/2.0.2 schema.
    Author:
    Andrea Aime - GeoSolutions
    • Constructor Detail

      • CSWConfiguration

        public CSWConfiguration()
        Creates a new configuration.
    • Method Detail

      • registerBindings

        protected void registerBindings​(Map<QName,​Object> bindings)
        Registers the bindings for the configuration.
        Overrides:
        registerBindings in class Configuration
      • configureContext

        protected void configureContext​(MutablePicoContainer container)
        Description copied from class: Configuration
        Configures the root context to be used when parsing elements.

        The context satisfies any dependencies needed by a binding. This is often a factory used to create something.

        This method should be overridden. The default implementation does nothing.

        Overrides:
        configureContext in class Configuration
        Parameters:
        container - The container representing the context.
      • main

        public static void main​(String[] args)
        Generates the bindings registrations for this class