public class AbstractOverrideInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Constructor and Description |
|---|
AbstractOverrideInterceptor(String phase,
PolicyLoader loader)
Creates a new instance of the OverrideInterceptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(org.apache.cxf.message.Message message)
Adds the policy retrieved from the configured policy loader to this message as the override
policy.
|
public AbstractOverrideInterceptor(String phase, PolicyLoader loader)
phase - Phase to load in.loader - PolicyLoader to use to retrieve the policy.This work is licensed under a Creative Commons Attribution 4.0 International License.