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 | Method and Description |
---|---|
NestedPolicy |
ComplexAssertion.getNestedPolicy() |
NestedPolicy |
SimpleAssertion.getNestedPolicy() |
NestedPolicy |
PolicyAssertion.getNestedPolicy()
Returns the nested policy if any.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ModelNode |
PolicyModelGenerator.translate(ModelNode parentAssertion,
NestedPolicy policy)
Iterates through a nested policy and returns the corresponding policy info model.
|
Copyright © 2006–2016 Oracle Corporation. All rights reserved.