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.
|
public AbstractXMLObjectProviderInitializer()
public void init() throws InitializationException
init
in interface Initializer
InitializationException
- if initialization could not be completed successfullyprotected abstract String[] getConfigResources()
Copyright © 2016 JBoss by Red Hat. All rights reserved.