Class PolicyModelGenerator.PolicySourceModelCreator
- java.lang.Object
-
- com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator.PolicySourceModelCreator
-
- Direct Known Subclasses:
ModelGenerator.SourceModelCreator
- Enclosing class:
- PolicyModelGenerator
protected static class PolicyModelGenerator.PolicySourceModelCreator extends Object
Allows derived classes to pass their own implementation of PolicySourceModelCreator into the PolicyModelGenerator instance.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPolicySourceModelCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PolicySourceModelcreate(Policy policy)Create an instance of the PolicySourceModel.
-
-
-
Method Detail
-
create
protected PolicySourceModel create(Policy policy)
Create an instance of the PolicySourceModel.- Parameters:
policy- The policy that underlies the created PolicySourceModel.- Returns:
- An instance of the PolicySourceModel.
-
-