com.sun.tools.xjc.generator.bean
public abstract class ObjectFactoryGenerator extends Object
ObjectFactory
then wraps it and provides
access to it.
The ObjectFactory contains factory methods for each schema derived content class
Method Summary | |
---|---|
abstract JDefinedClass | getObjectFactory()
Returns a reference to the generated (public) ObjectFactory |
abstract void | populate(CElementInfo ei)
Adds code for the given CElementInfo to ObjectFactory. |
abstract void | populate(ClassOutlineImpl cc)
Adds code that is relevant to a given ClassOutlineImpl to
ObjectFactory. |