| Package | Description |
|---|---|
| io.apiman.gateway.engine.policy |
| 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 © 2015 JBoss, a division of Red Hat. All rights reserved.