| Package | Description |
|---|---|
| io.apiman.gateway.engine.impl | |
| io.apiman.gateway.engine.policy |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyWithConfiguration> |
Chain.getPolicies() |
Iterator<PolicyWithConfiguration> |
ResponseChain.iterator() |
Iterator<PolicyWithConfiguration> |
RequestChain.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResponseChain.applyPolicy(PolicyWithConfiguration policy,
IPolicyContext context) |
protected void |
RequestChain.applyPolicy(PolicyWithConfiguration policy,
IPolicyContext context) |
protected abstract void |
Chain.applyPolicy(PolicyWithConfiguration policy,
IPolicyContext context)
Called to apply the given policy to the service object (request or response).
|
| Constructor and Description |
|---|
Chain(List<PolicyWithConfiguration> policies,
IPolicyContext context)
Constructor.
|
RequestChain(List<PolicyWithConfiguration> policies,
IPolicyContext context)
Constructor.
|
ResponseChain(List<PolicyWithConfiguration> policies,
IPolicyContext context)
Constructor.
|
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.