|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationException | |
|---|---|
| org.opensaml.xml | Base classes for working with XML as Java objects and configuring the library. |
| Uses of ConfigurationException in org.opensaml.xml |
|---|
| Methods in org.opensaml.xml that throw ConfigurationException | |
|---|---|
protected java.lang.Object |
XMLConfigurator.createClassInstance(org.w3c.dom.Element configuration)
Constructs an instance of the given class. |
protected void |
XMLConfigurator.initializeIDAttributes(org.w3c.dom.Element idAttributesElement)
Registers the global ID attributes specified in the configuration file. |
protected void |
XMLConfigurator.initializeObjectProviders(org.w3c.dom.Element objectProviders)
Intializes the object providers defined in the configuration file. |
protected void |
XMLConfigurator.initializeValidatorSuites(org.w3c.dom.Element validatorSuitesElement)
Initializes the validator suites specified in the configuration file. |
void |
XMLConfigurator.load(org.w3c.dom.Document configuration)
Loads the configuration docuement. |
protected void |
XMLConfigurator.load(org.w3c.dom.Element configurationRoot)
Loads a configuration after it's been schema validated. |
void |
XMLConfigurator.load(java.io.File configurationFile)
Loads the configuration file(s) from the given file. |
void |
XMLConfigurator.load(java.io.InputStream configurationStream)
Loads a configuration file from an input stream. |
protected void |
XMLConfigurator.validateConfiguration(org.w3c.dom.Document configuration)
Schema validates the given configuration. |
| Constructors in org.opensaml.xml that throw ConfigurationException | |
|---|---|
XMLConfigurator()
Constructor. |
|
XMLConfigurator(boolean retainXML)
Deprecated. this method will be removed once Configuration no longer has the option to store the XML configuration fragements |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||