Package com.sun.tools.xjc.generator.bean
Class DualObjectFactoryGenerator
java.lang.Object
com.sun.tools.xjc.generator.bean.ObjectFactoryGenerator
com.sun.tools.xjc.generator.bean.DualObjectFactoryGenerator
ObjectFactoryGenerator used when we generate
interfaces and implementations in separate packages.
publicOFG and privateOFG gives you access to
ObjectFactorys in both packages, if you need to.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the private version (which is what gets used at runtime.)
-
Field Details
-
publicOFG
-
privateOFG
-
-
Method Details
-
getObjectFactory
Returns the private version (which is what gets used at runtime.)- Specified by:
getObjectFactoryin classObjectFactoryGenerator
-