| Package | Description |
|---|---|
| com.sun.xml.ws.policy |
The root package of public policy API.
|
| com.sun.xml.ws.policy.sourcemodel |
The part of public policy API that defines the classes and interfaces dealing with
the policy tree structure (policy source model) creation and manipulation.
|
| Modifier and Type | Field and Description |
|---|---|
private NestedPolicy |
PolicyAssertion.nestedPolicy |
private NestedPolicy |
ComplexAssertion.nestedPolicy |
| Modifier and Type | Method and Description |
|---|---|
(package private) static NestedPolicy |
NestedPolicy.createNestedPolicy(AssertionSet set) |
(package private) static NestedPolicy |
NestedPolicy.createNestedPolicy(java.lang.String name,
java.lang.String policyId,
AssertionSet set) |
NestedPolicy |
PolicyAssertion.getNestedPolicy()
Returns the nested policy if any.
|
NestedPolicy |
SimpleAssertion.getNestedPolicy() |
NestedPolicy |
ComplexAssertion.getNestedPolicy() |
| Modifier and Type | Method and Description |
|---|---|
protected ModelNode |
NormalizedModelGenerator.translate(ModelNode parentAssertion,
NestedPolicy policy) |
protected abstract ModelNode |
PolicyModelGenerator.translate(ModelNode parentAssertion,
NestedPolicy policy)
Iterates through a nested policy and returns the corresponding policy info model.
|
protected ModelNode |
CompactModelGenerator.translate(ModelNode parentAssertion,
NestedPolicy policy) |