| Package | Description |
|---|---|
| io.apiman.gateway.engine.policy |
| Modifier and Type | Class and Description |
|---|---|
class |
Chain<H>
Traverses and executes a series of policies according to implementor's
settings and iterator.
|
class |
RequestChain
Request phase policy chain.
|
class |
ResponseChain
Response phase policy chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPolicy.apply(io.apiman.gateway.engine.beans.ServiceRequest request,
IPolicyContext context,
Object config,
IPolicyChain<io.apiman.gateway.engine.beans.ServiceRequest> chain)
Applies a policy upon a
ServiceRequest based on information
included in the request itself in addition to its context and configuration. |
void |
IPolicy.apply(io.apiman.gateway.engine.beans.ServiceResponse response,
IPolicyContext context,
Object config,
IPolicyChain<io.apiman.gateway.engine.beans.ServiceResponse> chain)
Applies a policy upon a
ServiceResponse based on information
included in the response itself in addition to its context and configuration. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.