Package com.sun.xml.ws.api.policy
Class ModelGenerator.SourceModelCreator
- java.lang.Object
-
- com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator.PolicySourceModelCreator
-
- com.sun.xml.ws.api.policy.ModelGenerator.SourceModelCreator
-
- Enclosing class:
- ModelGenerator
protected static class ModelGenerator.SourceModelCreator extends PolicyModelGenerator.PolicySourceModelCreator
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSourceModelCreator()
-
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)
Description copied from class:PolicyModelGenerator.PolicySourceModelCreatorCreate an instance of the PolicySourceModel.- Overrides:
createin classPolicyModelGenerator.PolicySourceModelCreator- Parameters:
policy- The policy that underlies the created PolicySourceModel.- Returns:
- An instance of the PolicySourceModel.
-
-