Uses of Class
com.sun.xml.ws.policy.sourcemodel.PolicyModelTranslator
-
Packages that use PolicyModelTranslator Package Description com.sun.xml.ws.api.policy 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 PolicyModelTranslator in com.sun.xml.ws.api.policy
Subclasses of PolicyModelTranslator in com.sun.xml.ws.api.policy Modifier and Type Class Description classModelTranslatorThis class provides a method for translating a PolicySourceModel structure to a normalized Policy expression. -
Uses of PolicyModelTranslator in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel that return PolicyModelTranslator Modifier and Type Method Description static PolicyModelTranslatorPolicyModelTranslator. getTranslator()Method returns thread-safe policy model translator instance.
-