Uses of Interface
org.apache.cxf.ws.policy.PolicyInterceptorProvider
-
Packages that use PolicyInterceptorProvider Package Description 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 Modifier and Type Class Description classAbstractPolicyInterceptorProviderclassIgnorablePolicyInterceptorProviderThis 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 Modifier and Type Method Description Set<PolicyInterceptorProvider>PolicyInterceptorProviderRegistryImpl. get(QName qn)Methods in org.apache.cxf.ws.policy with parameters of type PolicyInterceptorProvider Modifier and Type Method Description voidPolicyInterceptorProviderRegistry. register(PolicyInterceptorProvider provider)Register the builder for all qnames from the provider getAssertionTypes call.voidPolicyInterceptorProviderRegistryImpl. register(PolicyInterceptorProvider provider)Constructor parameters in org.apache.cxf.ws.policy with type arguments of type PolicyInterceptorProvider Constructor Description 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 Modifier and Type Class Description classMTOMPolicyInterceptorProvider
-