| Package | Description |
|---|---|
| com.sun.xml.ws.policy |
The root package of public policy API.
|
| Modifier and Type | Field and Description |
|---|---|
private PolicyMap |
PolicyMapMutator.map |
| Modifier and Type | Method and Description |
|---|---|
static PolicyMap |
PolicyMap.createPolicyMap(java.util.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.
|
| Modifier and Type | Method and Description |
|---|---|
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,
java.util.Collection<PolicySubject> policySubjects,
javax.xml.namespace.QName serviceName,
javax.xml.namespace.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.
|