| Package | Description |
|---|---|
| com.sun.xml.ws.policy |
The root package of public policy API.
|
| Modifier and Type | Field and Description |
|---|---|
private PolicyIntersector.CompatibilityMode |
PolicyIntersector.mode |
| Modifier and Type | Method and Description |
|---|---|
static PolicyIntersector.CompatibilityMode |
PolicyIntersector.CompatibilityMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolicyIntersector.CompatibilityMode[] |
PolicyIntersector.CompatibilityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
AssertionSet.areAssertionsCompatible(AssertionSet alternative,
PolicyIntersector.CompatibilityMode mode) |
(package private) boolean |
AssertionSet.isCompatibleWith(AssertionSet alternative,
PolicyIntersector.CompatibilityMode mode)
Checks whether this policy alternative is compatible with the provided policy alternative.
|
(package private) boolean |
PolicyAssertion.isCompatibleWith(PolicyAssertion assertion,
PolicyIntersector.CompatibilityMode mode)
Checks whether this policy alternative is compatible with the provided policy alternative.
|
| Constructor and Description |
|---|
PolicyIntersector(PolicyIntersector.CompatibilityMode intersectionMode)
Prevents direct instantiation of this class from outside
|