Uses of Class
com.sun.xml.ws.policy.PolicyMapMutator
Packages that use PolicyMapMutator
Package
Description
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 PolicyMapMutatorConstructors in com.sun.xml.ws.api.policy with parameters of type PolicyMapMutatorModifierConstructorDescriptionServerContext(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.policyModifier and TypeClassDescriptionfinal classThe 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.final classThe class provides methods to extend policy map content with new policiesMethod parameters in com.sun.xml.ws.policy with type arguments of type PolicyMapMutatorModifier and TypeMethodDescriptionstatic PolicyMapPolicyMap.createPolicyMap(Collection<? extends PolicyMapMutator> mutators) Creates new policy map instance and connects provided collection of policy map mutators to the created policy map.