Package org.opensaml.core.xml.config
Class AbstractXMLObjectProviderInitializer
java.lang.Object
org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
- All Implemented Interfaces:
Initializer
- Direct Known Subclasses:
XMLObjectProviderInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
Reads in an XML configuration and configures the XMLTooling library accordingly.
-
Field Details
-
log
private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
AbstractXMLObjectProviderInitializer
public AbstractXMLObjectProviderInitializer()
-
-
Method Details
-
init
Perform the initialization process encompassed by the implementation.- Specified by:
init
in interfaceInitializer
- Throws:
InitializationException
- if initialization could not be completed successfully
-
getConfigResources
Obtain the list of configuration file resources which should be loaded.- Returns:
- the list of configuration file resources
-