| Package | Description |
|---|---|
| io.apiman.gateway.engine.policy |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDataPolicy
Policies that wish to be applied to the data handling phase of apiman
must implement this interface.
|
| Modifier and Type | Method and Description |
|---|---|
IPolicy |
PolicyWithConfiguration.getPolicy() |
| Modifier and Type | Method and Description |
|---|---|
protected IReadWriteStream<io.apiman.gateway.engine.beans.ServiceResponse> |
ResponseChain.getServiceHandler(IPolicy policy,
Object config) |
protected IReadWriteStream<io.apiman.gateway.engine.beans.ServiceRequest> |
RequestChain.getServiceHandler(IPolicy policy,
Object config) |
protected abstract IReadWriteStream<H> |
Chain.getServiceHandler(IPolicy policy,
Object config)
Gets the service handler for the policy.
|
Object |
PolicyFactoryImpl.loadConfig(IPolicy policy,
String configData) |
Object |
IPolicyFactory.loadConfig(IPolicy policy,
String configData)
Loads the given configuration data into a config object.
|
void |
PolicyWithConfiguration.setPolicy(IPolicy policy) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PolicyFactoryImpl.doLoadFromClasspath(String policyImpl,
IAsyncResultHandler<IPolicy> handler)
Loads a policy from a class on the classpath.
|
void |
PolicyFactoryImpl.loadPolicy(String policyImpl,
IAsyncResultHandler<IPolicy> handler) |
void |
IPolicyFactory.loadPolicy(String policyImpl,
IAsyncResultHandler<IPolicy> handler)
Load a policy implementation asynchronously.
|
| Constructor and Description |
|---|
PolicyWithConfiguration(IPolicy policy,
Object configuration)
Constructor.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.