Uses of Class
com.sun.xml.ws.policy.PolicyMap
-
Packages that use PolicyMap Package Description com.sun.xml.ws.policy The root package of public policy API. -
-
Uses of PolicyMap in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return PolicyMap 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.PolicyMapPolicyMapMutator. 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 PolicyMap Modifier and Type Method Description voidPolicyMapMutator. connect(PolicyMap map)The 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.
-