Uses of Class
com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator

Packages that use PolicyModelGenerator
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.policy.sourcemodel
 

Methods in com.sun.xml.ws.policy.sourcemodel that return PolicyModelGenerator
protected static PolicyModelGenerator PolicyModelGenerator.getCompactGenerator(PolicyModelGenerator.PolicySourceModelCreator creator)
          Allows derived classes to create instances of the package private CompactModelGenerator.
static PolicyModelGenerator PolicyModelGenerator.getGenerator()
          Factory method that returns a PolicyModelGenerator instance.
protected static PolicyModelGenerator PolicyModelGenerator.getNormalizedGenerator(PolicyModelGenerator.PolicySourceModelCreator creator)
          Allows derived classes to create instances of the package private NormalizedModelGenerator.
 



Copyright © 2006–2015 Oracle Corporation. All rights reserved.