| Package | Description |
|---|---|
| io.apiman.gateway.engine | |
| io.apiman.gateway.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
IRegistry |
IEngine.getRegistry()
Returns the registry that can be used to publish/retire services and
register/unregister applications.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IRegistry> |
IEngineConfig.getRegistryClass(IPluginRegistry pluginRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryRegistry
An in-memory implementation of the registry.
|
class |
SecureRegistryWrapper
Wraps any
IRegistry implementation to provide some encryption to
sensitive information. |
| Modifier and Type | Method and Description |
|---|---|
protected IRegistry |
DefaultEngineFactory.createRegistry(IPluginRegistry pluginRegistry) |
protected IRegistry |
ConfigDrivenEngineFactory.createRegistry(IPluginRegistry pluginRegistry) |
protected abstract IRegistry |
AbstractEngineFactory.createRegistry(IPluginRegistry pluginRegistry)
Creates a registry.
|
protected IRegistry |
DefaultEngineFactory.createRegistryInternal(IPluginRegistry pluginRegistry)
Subclasses can extend this to provide a custom registry.
|
IRegistry |
EngineImpl.getRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
EngineImpl.setRegistry(IRegistry registry) |
| Constructor and Description |
|---|
EngineImpl(IRegistry registry,
IPluginRegistry pluginRegistry,
IComponentRegistry componentRegistry,
IConnectorFactory connectorFactory,
IPolicyFactory policyFactory,
IMetrics metrics)
Constructor.
|
SecureRegistryWrapper(IRegistry delegate)
Constructor.
|
ServiceRequestExecutorImpl(io.apiman.gateway.engine.beans.ServiceRequest serviceRequest,
IAsyncResultHandler<IEngineResult> resultHandler,
IRegistry registry,
IPolicyContext context,
IPolicyFactory policyFactory,
IConnectorFactory connectorFactory,
IMetrics metrics)
Constructs a new
ServiceRequestExecutorImpl. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.