Uses of Class
com.sun.xml.ws.policy.PolicyMap
Packages that use PolicyMap
-
Uses of PolicyMap in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return PolicyMapModifier 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.PolicyMapMutator.getMap()Can be used to retrieve the policy map currently connected to this mutator.Methods in com.sun.xml.ws.policy with parameters of type PolicyMapModifier and TypeMethodDescriptionvoidThe method is used to connect the policy map mutator instance to the map it should mutate.static voidPolicyMapUtil.insertPolicies(PolicyMap policyMap, Collection<PolicySubject> policySubjects, QName serviceName, QName portName) Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map.static voidPolicyMapUtil.rejectAlternatives(PolicyMap map) Throw an exception if the policy map contains any policy with at least two policy alternatives.