com.sun.xml.ws.policy.sourcemodel
Class PolicyModelGenerator.PolicySourceModelCreator

java.lang.Object
  extended by 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
protected PolicyModelGenerator.PolicySourceModelCreator()
           
 
Method Summary
protected  PolicySourceModel create(Policy policy)
          Create an instance of the PolicySourceModel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyModelGenerator.PolicySourceModelCreator

protected PolicyModelGenerator.PolicySourceModelCreator()
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.


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.