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

java.lang.Object
  extended by com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
      extended by com.sun.xml.ws.api.policy.ModelGenerator

public abstract class ModelGenerator
extends PolicyModelGenerator

Author:
Fabian Ritzmann

Nested Class Summary
protected static class ModelGenerator.SourceModelCreator
           
 
Nested classes/interfaces inherited from class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
PolicyModelGenerator.PolicySourceModelCreator
 
Method Summary
static PolicyModelGenerator getGenerator()
          Factory method that returns a ModelGenerator instance.
 
Methods inherited from class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
getCompactGenerator, getNormalizedGenerator, translate, translate, translate, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGenerator

public static PolicyModelGenerator getGenerator()
Factory method that returns a ModelGenerator instance.

Returns:
A ModelGenerator instance.


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