Uses of Class
com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
-
Packages that use PolicyModelGenerator 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 PolicyModelGenerator in com.sun.xml.ws.api.policy
Subclasses of PolicyModelGenerator in com.sun.xml.ws.api.policy Modifier and Type Class Description classModelGeneratorMethods in com.sun.xml.ws.api.policy that return PolicyModelGenerator Modifier and Type Method Description static PolicyModelGeneratorModelGenerator. getGenerator()Factory method that returns a ModelGenerator instance. -
Uses of PolicyModelGenerator in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel that return PolicyModelGenerator Modifier and Type Method Description protected static PolicyModelGeneratorPolicyModelGenerator. getCompactGenerator(PolicyModelGenerator.PolicySourceModelCreator creator)Allows derived classes to create instances of the package private CompactModelGenerator.static PolicyModelGeneratorPolicyModelGenerator. getGenerator()Factory method that returns aPolicyModelGeneratorinstance.protected static PolicyModelGeneratorPolicyModelGenerator. getNormalizedGenerator(PolicyModelGenerator.PolicySourceModelCreator creator)Allows derived classes to create instances of the package private NormalizedModelGenerator.
-