| Package | Description |
|---|---|
| com.axway.apim.adapter.apis | |
| com.axway.apim.adapter.apis.jackson | |
| com.axway.apim.api.model |
| Modifier and Type | Method and Description |
|---|---|
Policy |
APIManagerPoliciesAdapter.getPolicyForKey(APIManagerPoliciesAdapter.PolicyType type,
String key) |
Policy |
APIManagerPoliciesAdapter.getPolicyForName(APIManagerPoliciesAdapter.PolicyType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Policy |
PolicyDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
Class<Policy> |
PolicySerializer.handledType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PolicySerializer.serialize(Policy policy,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
PolicyDeserializer(Class<Policy> policy) |
PolicySerializer(Class<Policy> policy) |
| Modifier and Type | Method and Description |
|---|---|
Policy |
OutboundProfile.getFaultHandlerPolicy() |
Policy |
OutboundProfile.getRequestPolicy() |
Policy |
OutboundProfile.getResponsePolicy() |
Policy |
OutboundProfile.getRoutePolicy() |
| Modifier and Type | Method and Description |
|---|---|
List<Policy> |
OutboundProfile.getAllPolices() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundProfile.setFaultHandlerPolicy(Policy faultHandlerPolicy) |
void |
OutboundProfile.setRequestPolicy(Policy requestPolicy) |
void |
OutboundProfile.setResponsePolicy(Policy responsePolicy) |
void |
OutboundProfile.setRoutePolicy(Policy routePolicy) |
Copyright © 2020. All rights reserved.