Searched defs:PolicySourceModelCreator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicyModelGenerator.java64 return getNormalizedGenerator(new PolicySourceModelCreator());
71 * @param creator An implementation of the PolicySourceModelCreator.
74 protected static PolicyModelGenerator getCompactGenerator(PolicySourceModelCreator creator) {
82 * @param creator An implementation of the PolicySourceModelCreator.
85 protected static PolicyModelGenerator getNormalizedGenerator(PolicySourceModelCreator creator) {
153 * Allows derived classes to pass their own implementation of PolicySourceModelCreator
156 protected static class PolicySourceModelCreator { class in class:PolicyModelGenerator

Completed in 36 milliseconds