Uses of Class
com.sun.xml.ws.policy.NestedPolicy
-
Packages that use NestedPolicy 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. -
-
Uses of NestedPolicy in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return NestedPolicy Modifier and Type Method Description NestedPolicyComplexAssertion. getNestedPolicy()NestedPolicyPolicyAssertion. getNestedPolicy()Returns the nested policy if any.NestedPolicySimpleAssertion. getNestedPolicy() -
Uses of NestedPolicy in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type NestedPolicy Modifier and Type Method Description protected abstract ModelNodePolicyModelGenerator. translate(ModelNode parentAssertion, NestedPolicy policy)Iterates through a nested policy and returns the corresponding policy info model.
-