public class EffectiveAlternativeSelector extends Object
Constructor and Description |
---|
EffectiveAlternativeSelector() |
Modifier and Type | Method and Description |
---|---|
static void |
doSelection(EffectivePolicyModifier modifier)
Does the selection for policy map bound to given modifier.
|
protected static void |
selectAlternatives(EffectivePolicyModifier modifier,
AssertionValidationProcessor validationProcessor)
This method is intended to be called by extension classes that need to
override the behavior of
doSelection(com.sun.xml.ws.policy.EffectivePolicyModifier) . |
public static void doSelection(EffectivePolicyModifier modifier) throws PolicyException
modifier
- Holds the policy mapPolicyException
- Most likely an internal error if a policy could not be read or set on the policy mapwhich the map is bound to
protected static void selectAlternatives(EffectivePolicyModifier modifier, AssertionValidationProcessor validationProcessor) throws PolicyException
doSelection(com.sun.xml.ws.policy.EffectivePolicyModifier)
.modifier
- validationProcessor
- PolicyException
Copyright © 2006–2013 Oracle Corporation. All rights reserved.