Uses of Class
org.opensaml.core.xml.config.XMLConfigurationException
Packages that use XMLConfigurationException
Package
Description
Configuration of XML object providers and related functionality.
-
Uses of XMLConfigurationException in org.opensaml.core.xml.config
Methods in org.opensaml.core.xml.config that throw XMLConfigurationExceptionModifier and TypeMethodDescriptionprotected Object
XMLConfigurator.createClassInstance
(Element configuration) Constructs an instance of the given class.protected void
XMLConfigurator.initializeIDAttributes
(Element idAttributesElement) Registers the global ID attributes specified in the configuration file.protected void
XMLConfigurator.initializeObjectProviders
(Element objectProviders) Initializes the object providers defined in the configuration file.void
Loads the configuration file(s) from the given file.void
XMLConfigurator.load
(InputStream configurationStream) Loads a configuration file from an input stream.void
Loads the configuration document.protected void
Loads a configuration after it's been schema validated.protected void
XMLConfigurator.validateConfiguration
(Document configuration) Schema validates the given configuration.Constructors in org.opensaml.core.xml.config that throw XMLConfigurationException