| Interface | Description |
|---|---|
| IConnectorInterceptor |
Connector interceptor to be used for create the
IServiceConnector which will be used
instead of the real connector configured in the gateway |
| IDataPolicy |
Policies that wish to be applied to the data handling phase of apiman
must implement this interface.
|
| IPolicy |
All policy implementations must implement this interface.
|
| IPolicyChain<T> |
The interface given to policies that allows them to asynchronously
signal when events occur.
|
| IPolicyContext |
Context information provided to an executing policy.
|
| IPolicyFactory |
Factory used to create instances of policies.
|
| Class | Description |
|---|---|
| Chain<H> |
Traverses and executes a series of policies according to implementor's
settings and iterator.
|
| PolicyContextImpl |
A simple implementation of a
IPolicyContext. |
| PolicyFactoryImpl |
An implementation of the
IPolicyFactory interface. |
| PolicyWithConfiguration |
A simple container to hold both the policy impl and its configuration information.
|
| RequestChain |
Request phase policy chain.
|
| ResponseChain |
Response phase policy chain.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.