public class DefaultEngineConfigurationFactory extends Object implements EngineConfigurationFactory
| Modifier and Type | Field and Description |
|---|---|
protected EngineConfigurationFactory |
factory
Deprecated.
|
SYSTEM_PROPERTY_NAME| Modifier | Constructor and Description |
|---|---|
|
DefaultEngineConfigurationFactory()
Deprecated.
Create the default engine configuration and detect whether the user
has overridden this with their own.
|
protected |
DefaultEngineConfigurationFactory(EngineConfigurationFactory factory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EngineConfiguration |
getClientEngineConfig()
Deprecated.
Get a default client engine configuration.
|
EngineConfiguration |
getServerEngineConfig()
Deprecated.
Get a default server engine configuration.
|
protected final EngineConfigurationFactory factory
protected DefaultEngineConfigurationFactory(EngineConfigurationFactory factory)
public DefaultEngineConfigurationFactory()
public EngineConfiguration getClientEngineConfig()
getClientEngineConfig in interface EngineConfigurationFactorypublic EngineConfiguration getServerEngineConfig()
getServerEngineConfig in interface EngineConfigurationFactoryCopyright © The Apache Software Foundation. All Rights Reserved.