Uses of Interface
org.apache.cxf.ws.policy.PolicyInterceptorProvider

Packages that use PolicyInterceptorProvider
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.mtom   
 

Uses of PolicyInterceptorProvider in org.apache.cxf.ws.policy
 

Classes in org.apache.cxf.ws.policy that implement PolicyInterceptorProvider
 class AbstractPolicyInterceptorProvider
           
 class IgnorablePolicyInterceptorProvider
          This policy interceptor provider can be used to implicitly handle unknown policy assertions.
 

Methods in org.apache.cxf.ws.policy that return types with arguments of type PolicyInterceptorProvider
 Set<PolicyInterceptorProvider> PolicyInterceptorProviderRegistryImpl.get(QName qn)
           
 

Methods in org.apache.cxf.ws.policy with parameters of type PolicyInterceptorProvider
 void PolicyInterceptorProviderRegistryImpl.register(PolicyInterceptorProvider provider)
           
 void PolicyInterceptorProviderRegistry.register(PolicyInterceptorProvider provider)
          Register the builder for all qnames from the provider getAssertionTypes call.
 

Constructor parameters in org.apache.cxf.ws.policy with type arguments of type PolicyInterceptorProvider
PolicyInterceptorProviderRegistryImpl(Map<QName,Set<PolicyInterceptorProvider>> interceptors)
           
 

Uses of PolicyInterceptorProvider in org.apache.cxf.ws.policy.mtom
 

Classes in org.apache.cxf.ws.policy.mtom that implement PolicyInterceptorProvider
 class MTOMPolicyInterceptorProvider
           
 



Apache CXF