Uses of Class
com.sun.xml.ws.policy.PolicyMapMutator
-
Packages that use PolicyMapMutator Package Description com.sun.xml.ws.policy The root package of public policy API. -
-
Uses of PolicyMapMutator in com.sun.xml.ws.policy
Subclasses of PolicyMapMutator in com.sun.xml.ws.policy Modifier and Type Class Description classEffectivePolicyModifierThe class serves as a policy map mutator that allows for replacement of current effective policies stored in the policy map with new effective policy provided by the mutator user.classPolicyMapExtenderThe class provides methods to extend policy map content with new policiesMethod parameters in com.sun.xml.ws.policy with type arguments of type PolicyMapMutator Modifier and Type Method Description static PolicyMapPolicyMap. createPolicyMap(Collection<? extends PolicyMapMutator> mutators)Creates new policy map instance and connects provided collection of policy map mutators to the created policy map.
-