public class GlobalParserPoolInitializer extends Object implements Initializer
XMLObjectProviderRegistry
.
The ParserPool configured by default here is an instance of
BasicParserPool
, with a maxPoolSize property of 50
and all other properties with default values.
If a deployment wishes to use a different parser pool implementation,
or one configured with different characteristics, they may
simply configure a different ParserPool after initialization by
retrieving the XMLObjectProviderRegistry
from the ConfigurationService
.
Constructor and Description |
---|
GlobalParserPoolInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
init()
Perform the initialization process encompassed by the implementation.
|
public void init() throws InitializationException
init
in interface Initializer
InitializationException
- if initialization could not be completed successfullyCopyright © 2018. All rights reserved.