users@jaxb.java.net

XJC Plugin: turn of creation of ObjectFactory (or replace ObjectFactory with an own)

From: Florian Bachmann <f.bachmann_at_micromata.de>
Date: Wed, 06 May 2009 21:38:31 +0200

Hi again, just a second question.

How could I turn off the creation of the standard ObjectFactory?
Or even better, how could I replace it with my own created ObjectFactory?

At the moment, I just iterate over every class and assemble my own
ObjectFactory. After the creation process, a PERL-script deletes the JAXB
ObjectFactory and my ObjectFactory is put in place.
So is there a hidden switch, to immediately take over the creation of the
ObjectFactory?

regards
Flori