|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelNode | |
|---|---|
| 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. |
| Uses of ModelNode in com.sun.xml.ws.policy.sourcemodel |
|---|
| Methods in com.sun.xml.ws.policy.sourcemodel that return ModelNode | |
|---|---|
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. |
| Methods in com.sun.xml.ws.policy.sourcemodel that return types with arguments of type ModelNode | |
|---|---|
Iterator<ModelNode> |
ModelNode.iterator()
Iterates through all child nodes. |
| Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type ModelNode | |
|---|---|
protected void |
PolicyModelGenerator.translate(ModelNode node,
AssertionSet assertions)
Add the contents of the assertion set as child node to the given model node. |
protected void |
PolicyModelGenerator.translate(ModelNode assertionNode,
Iterator<PolicyAssertion> assertionParametersIterator)
Iterates through all contained assertions and adds them to the info model. |
protected abstract ModelNode |
PolicyModelGenerator.translate(ModelNode parentAssertion,
NestedPolicy policy)
Iterates through a nested policy and returns the corresponding policy info model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||