Class ModelGenerator

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

public abstract class ModelGenerator extends com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
Author:
Fabian Ritzmann
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected static class 
     

    Nested classes/interfaces inherited from class com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator

    com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator.PolicySourceModelCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator
    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 Details

    • getGenerator

      public static com.sun.xml.ws.policy.sourcemodel.PolicyModelGenerator getGenerator()
      Factory method that returns a ModelGenerator instance.
      Returns:
      A ModelGenerator instance.