Class GlobalParserPoolInitializer

java.lang.Object
org.opensaml.core.xml.config.GlobalParserPoolInitializer
All Implemented Interfaces:
Initializer

public class GlobalParserPoolInitializer extends Object implements Initializer
An initializer for the global parser pool held by the XMLObjectProviderRegistry.

The ParserPool configured by default here is an instance of BasicParserPool, with a maxPoolSize property of 50 and all other properties with default values.

If a deployment wishes to use a different parser pool implementation, or one configured with different characteristics, they may simply configure a different ParserPool after initialization by retrieving the XMLObjectProviderRegistry from the ConfigurationService.

  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Logger.
  • Constructor Details

    • GlobalParserPoolInitializer

      public GlobalParserPoolInitializer()
  • Method Details