Uses of Interface
org.apache.cxf.ws.policy.PolicyProvider
-
Packages that use PolicyProvider Package Description org.apache.cxf.ws.policy org.apache.cxf.ws.policy.attachment org.apache.cxf.ws.policy.attachment.external org.apache.cxf.ws.policy.attachment.wsdl11 -
-
Uses of PolicyProvider in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy that return types with arguments of type PolicyProvider Modifier and Type Method Description Collection<PolicyProvider>PolicyEngineImpl. getPolicyProviders()Methods in org.apache.cxf.ws.policy with parameters of type PolicyProvider Modifier and Type Method Description voidPolicyEngineImpl. addPolicyProvider(PolicyProvider p)Method parameters in org.apache.cxf.ws.policy with type arguments of type PolicyProvider Modifier and Type Method Description voidPolicyEngineImpl. setPolicyProviders(Collection<PolicyProvider> p) -
Uses of PolicyProvider in org.apache.cxf.ws.policy.attachment
Classes in org.apache.cxf.ws.policy.attachment that implement PolicyProvider Modifier and Type Class Description classAbstractPolicyProviderclassServiceModelPolicyProvider -
Uses of PolicyProvider in org.apache.cxf.ws.policy.attachment.external
Classes in org.apache.cxf.ws.policy.attachment.external that implement PolicyProvider Modifier and Type Class Description classExternalAttachmentProvider -
Uses of PolicyProvider in org.apache.cxf.ws.policy.attachment.wsdl11
Classes in org.apache.cxf.ws.policy.attachment.wsdl11 that implement PolicyProvider Modifier and Type Class Description classWsdl11AttachmentPolicyProviderPolicyAttachmentManager provides methods to retrieve element policies and calculate effective policies based on the policy subject's scope.
-