| Package | Description |
|---|---|
| io.apiman.gateway.engine | |
| io.apiman.gateway.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
IServiceRequestExecutor |
IEngine.executor(io.apiman.gateway.engine.beans.ServiceRequest request,
IAsyncResultHandler<IEngineResult> resultHandler)
Executes an asynchronous request for a managed service, with the provided
handler being passed an
EngineResultImpl with the status and result
of the policy chain invocation. |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineResultImpl
The result of a call through the policy engine.
|
| Modifier and Type | Method and Description |
|---|---|
IServiceRequestExecutor |
EngineImpl.executor(io.apiman.gateway.engine.beans.ServiceRequest request,
IAsyncResultHandler<IEngineResult> resultHandler) |
| Constructor and Description |
|---|
ServiceRequestExecutorImpl(io.apiman.gateway.engine.beans.ServiceRequest serviceRequest,
IAsyncResultHandler<IEngineResult> resultHandler,
io.apiman.gateway.engine.beans.ServiceContract serviceContract,
IPolicyContext context,
List<PolicyWithConfiguration> policies,
IConnectorFactory connectorFactory)
Constructs a new
ServiceRequestExecutorImpl. |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.