com.sun.xml.ws.policy.sourcemodel
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyModelGenerator.PolicySourceModelCreator
protected PolicyModelGenerator.PolicySourceModelCreator()
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.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.