public abstract class AbstractXMLObjectProviderInitializer extends Object implements Initializer
| Constructor and Description |
|---|
AbstractXMLObjectProviderInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String[] |
getConfigResources()
Obtain the list of configuration file resources which should be loaded.
|
void |
init()
Perform the initialization process encompassed by the implementation.
|
private final Logger log
public AbstractXMLObjectProviderInitializer()
public void init()
throws InitializationException
init in interface InitializerInitializationException - if initialization could not be completed successfullyprotected abstract String[] getConfigResources()
Copyright © 1999–2014. All rights reserved.