com.sun.xml.ws.api.policy
Class ModelGenerator.SourceModelCreator

java.lang.Object
  extended by com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator.PolicySourceModelCreator
      extended by com.sun.xml.ws.api.policy.ModelGenerator.SourceModelCreator
Enclosing class:
ModelGenerator

protected static class ModelGenerator.SourceModelCreator
extends PolicyModelGenerator.PolicySourceModelCreator


Constructor Summary
protected ModelGenerator.SourceModelCreator()
           
 
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

ModelGenerator.SourceModelCreator

protected ModelGenerator.SourceModelCreator()
Method Detail

create

protected PolicySourceModel create(Policy policy)
Description copied from class: PolicyModelGenerator.PolicySourceModelCreator
Create an instance of the PolicySourceModel.

Overrides:
create in class PolicyModelGenerator.PolicySourceModelCreator
Parameters:
policy - The policy that underlies the created PolicySourceModel.
Returns:
An instance of the PolicySourceModel.


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