Class ObjectFactoryGenerator

  • Direct Known Subclasses:
    DualObjectFactoryGenerator

    public abstract class ObjectFactoryGenerator
    extends java.lang.Object
    Generates ObjectFactory then wraps it and provides access to it.

    The ObjectFactory contains factory methods for each schema derived content class

    Author:
    Ryan Shoemaker
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract JDefinedClass getObjectFactory()
      Returns a reference to the generated (public) ObjectFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectFactoryGenerator

        public ObjectFactoryGenerator()
    • Method Detail

      • getObjectFactory

        public abstract JDefinedClass getObjectFactory()
        Returns a reference to the generated (public) ObjectFactory