Uses of Class
com.sun.xml.ws.policy.PolicyMapMutator
-
Packages that use PolicyMapMutator Package Description com.sun.xml.ws.api.policy com.sun.xml.ws.policy The root package of public policy API. -
-
Uses of PolicyMapMutator in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy that return types with arguments of type PolicyMapMutator Modifier and Type Method Description Collection<PolicyMapMutator>PolicyResolver.ServerContext. getMutators()Constructors in com.sun.xml.ws.api.policy with parameters of type PolicyMapMutator Constructor Description ServerContext(PolicyMap policyMap, Container container, Class endpointClass, boolean hasWsdl, PolicyMapMutator... mutators)The abstraction of PolicyMap is not finalized, and will change in few months.ServerContext(PolicyMap policyMap, Container container, Class endpointClass, PolicyMapMutator... mutators)The abstraction of PolicyMap is not finalized, and will change in few months. -
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.
-