com.sun.tools.xjc.generator.bean
abstract class ObjectFactoryGeneratorImpl extends ObjectFactoryGenerator
ObjectFactory
then wraps it and provides
access to it.
The ObjectFactory contains factory methods for each schema derived content class
Constructor Summary | |
---|---|
ObjectFactoryGeneratorImpl(BeanGenerator outline, Model model, JPackage targetPackage) |
Method Summary | |
---|---|
JDefinedClass | getObjectFactory()
Returns a reference to the generated (public) ObjectFactory |
protected void | populate(CElementInfo ei, Aspect impl, Aspect exposed)
Adds code for the given CElementInfo to ObjectFactory. |
protected void | populate(ClassOutlineImpl cc, JClass sigType) |