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 ObjectXMLConfigurator.createClassInstance(Element configuration) Constructs an instance of the given class.protected voidXMLConfigurator.initializeIDAttributes(Element idAttributesElement) Registers the global ID attributes specified in the configuration file.protected voidXMLConfigurator.initializeObjectProviders(Element objectProviders) Initializes the object providers defined in the configuration file.voidLoads the configuration file(s) from the given file.voidXMLConfigurator.load(InputStream configurationStream) Loads a configuration file from an input stream.voidLoads the configuration document.protected voidLoads a configuration after it's been schema validated.protected voidXMLConfigurator.validateConfiguration(Document configuration) Schema validates the given configuration.Constructors in org.opensaml.core.xml.config that throw XMLConfigurationException