Uses of Class
com.sun.xml.ws.policy.sourcemodel.ModelNode
Packages that use ModelNode
Package
Description
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 ModelNodeModifier and TypeMethodDescriptionprotected ModelNodeModelNode.clone()ModelNode.createChildAllNode()Factory method that creates new policy source model node as specified by a factory method name and input parameters.ModelNode.createChildAssertionNode()Factory method that creates new policy source model node as specified by a factory method name and input parameters.ModelNode.createChildAssertionNode(AssertionData nodeData) Factory method that creates new policy source model node as specified by a factory method name and input parameters.ModelNode.createChildAssertionParameterNode()Factory method that creates new policy source model node as specified by a factory method name and input parameters.ModelNode.createChildExactlyOneNode()Factory method that creates new policy source model node as specified by a factory method name and input parameters.ModelNode.createChildPolicyNode()Factory method that creates new policy source model node as specified by a factory method name and input parameters.ModelNode.getParentNode()Returns the parent referenced by this policy source model node.PolicySourceModel.getRootNode()Returns a root node of this policy source model.protected abstract ModelNodePolicyModelGenerator.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 ModelNodeMethods in com.sun.xml.ws.policy.sourcemodel with parameters of type ModelNodeModifier and TypeMethodDescriptionprotected voidPolicyModelGenerator.translate(ModelNode node, AssertionSet assertions) Add the contents of the assertion set as child node to the given model node.protected abstract ModelNodePolicyModelGenerator.translate(ModelNode parentAssertion, NestedPolicy policy) Iterates through a nested policy and returns the corresponding policy info model.protected voidPolicyModelGenerator.translate(ModelNode assertionNode, Iterator<PolicyAssertion> assertionParametersIterator) Iterates through all contained assertions and adds them to the info model.