Package | Description |
---|---|
com.sun.xml.ws.policy |
The root package of public policy API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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,
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.
|
Copyright © 2006–2015 Oracle Corporation. All rights reserved.