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
public abstract class AbstractXMLObjectProviderInitializer extends Object implements Initializer
Reads in an XML configuration and configures the XMLTooling library accordingly.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description AbstractXMLObjectProviderInitializer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract String[]getConfigResources()Obtain the list of configuration file resources which should be loaded.voidinit()Perform the initialization process encompassed by the implementation.
-
-
-
Method Detail
-
init
public void init() throws InitializationExceptionPerform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-
getConfigResources
protected abstract String[] getConfigResources()
Obtain the list of configuration file resources which should be loaded.- Returns:
- the list of configuration file resources
-
-