Apache CXF API

Package org.apache.cxf.ws.policy

Interface Summary
AlternativeSelector  
AssertionBuilder AssertionBuilder is an interface used to build an Assertion object from a given xml element.
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  
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 Summary
AbstractPolicyInterceptor  
AbstractPolicyInterceptorProvider  
AssertionBuilderRegistryImpl  
AssertionInfo  
AssertionInfoMap  
ClientPolicyInFaultInterceptor  
EffectivePolicyImpl  
EndpointPolicyImpl  
Intersector This class contains methods dealing with policy intersection.
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 Summary
PolicyException PolicyException is the type of RuntimeException thrown by any exceptions encountered by the policy framework.
 


Apache CXF API

Apache CXF