| Package | Description |
|---|---|
| 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 | Description |
|---|---|---|
protected ModelNode |
ModelNode.clone() |
|
ModelNode |
ModelNode.createChildAllNode() |
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
|
ModelNode |
ModelNode.createChildAssertionNode() |
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
|
ModelNode |
ModelNode.createChildAssertionNode(AssertionData nodeData) |
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
|
ModelNode |
ModelNode.createChildAssertionParameterNode() |
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
|
ModelNode |
ModelNode.createChildExactlyOneNode() |
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
|
ModelNode |
ModelNode.createChildPolicyNode() |
Factory method that creates new policy source model node as specified by a factory method name and input parameters.
|
ModelNode |
ModelNode.getParentNode() |
Returns the parent referenced by this policy source model node.
|
ModelNode |
PolicySourceModel.getRootNode() |
Returns a root node of this policy source model.
|
protected abstract ModelNode |
PolicyModelGenerator.translate(ModelNode parentAssertion,
NestedPolicy policy) |
Iterates through a nested policy and returns the corresponding policy info model.
|
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<ModelNode> |
ModelNode.iterator() |
Iterates through all child nodes.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
PolicyModelGenerator.translate(ModelNode node,
AssertionSet assertions) |
Add the contents of the assertion set as child node to the given model node.
|
protected abstract ModelNode |
PolicyModelGenerator.translate(ModelNode parentAssertion,
NestedPolicy policy) |
Iterates through a nested policy and returns the corresponding policy info model.
|
protected void |
PolicyModelGenerator.translate(ModelNode assertionNode,
Iterator<PolicyAssertion> assertionParametersIterator) |
Iterates through all contained assertions and adds them to the info model.
|
Copyright © 2006–2018 Oracle Corporation. All rights reserved.