|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicyMap | |
|---|---|
| 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 | |
|---|---|
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. |
PolicyMap |
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 PolicyMap | |
|---|---|
void |
PolicyMapMutator.connect(PolicyMap map)
The method is used to connect the policy map mutator instance to the map it should mutate. |
static void |
PolicyMapUtil.insertPolicies(PolicyMap policyMap,
Collection<PolicySubject> policySubjects,
QName serviceName,
QName portName)
Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map. |
static void |
PolicyMapUtil.rejectAlternatives(PolicyMap map)
Throw an exception if the policy map contains any policy with at least two policy alternatives. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||