Interface | Description |
---|---|
AlternativeSelector | |
AssertionBuilderLoader |
Marker interface for objects that would load and register
additional AssertionBuilders when loaded.
|
AssertionBuilderRegistry |
AssertionBuilderRegistry is used to manage AssertionBuilders and
create Assertion objects from given xml elements.
|
Assertor |
API used in the WS-Policy framework to allow a message exchange participant to
assert its capabilities for the underlying message.
|
EffectivePolicy |
Describes the effective policy of an outbound message.
|
EndpointPolicy |
Describes the policy of an inbound message.
|
PolicyAssertion |
Interface to mark Assertions that can participate in CXF's
assertion mechanism to make sure the policies have been
applied.
|
PolicyBuilder |
PolicyBuilder provides methods to create Policy and PolicyReferenceObjects
from DOM elements.
|
PolicyEngine | |
PolicyInterceptorProvider | |
PolicyInterceptorProviderLoader |
Marker interface for objects that would load and register
additional PolicyInterceptorProviders when loaded.
|
PolicyInterceptorProviderRegistry |
InterceptorProviderRegistry is used to manage InterceptorProviders that provide
assertion domain specific interceptors.
|
PolicyProvider |
Class | Description |
---|---|
AbstractPolicyInterceptor | |
AbstractPolicyInterceptorProvider | |
AssertionBuilderRegistryImpl | |
AssertionInfo | |
AssertionInfoMap | |
ClientPolicyInFaultInterceptor | |
EffectivePolicyImpl | |
EndpointPolicyImpl | |
PolicyAnnotationListener | |
PolicyBean | |
PolicyBuilderImpl |
PolicyBuilderImpl is an implementation of the PolicyBuilder interface,
provides methods to create Policy and PolicyReferenceObjects
from DOM elements, but also from an input stream etc.
|
PolicyConstants |
Encapsulation of version-specific WS-Policy constants.
|
PolicyEngineImpl | |
PolicyInInterceptor | |
PolicyInterceptorProviderRegistryImpl | |
PolicyOutInterceptor | |
PolicyRegistryImpl | |
PolicyUtils | |
PolicyVerificationInFaultInterceptor | |
PolicyVerificationInInterceptor | |
PolicyVerificationOutInterceptor | |
ServerPolicyOutFaultInterceptor | |
ServiceModelPolicyUpdater | |
WSPolicyFeature |
Configures a Server, Client, Bus with the specified policies.
|
Exception | Description |
---|---|
PolicyException |
PolicyException is the type of RuntimeException thrown by any exceptions encountered
by the policy framework.
|
Apache CXF