Uses of Class
com.sun.xml.ws.policy.PolicyMapMutator

Packages that use PolicyMapMutator
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
 class EffectivePolicyModifier
          The 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.
 class PolicyMapExtender
          The class provides methods to extend policy map content with new policies
 

Method parameters in com.sun.xml.ws.policy with type arguments of type PolicyMapMutator
static PolicyMap PolicyMap.createPolicyMap(Collection<? extends PolicyMapMutator> mutators)
          Creates new policy map instance and connects provided collection of policy map mutators to the created policy map.
 



Copyright © 2006–2015 Oracle Corporation. All rights reserved.