Nilupa Bandara wrote:
Quick clarification, the CodeGen.generate(..)[1] method is a private method.
Is that intentional ?
Nope. :-) Corrected in CVS.
- Dennis
On Wed, Jul 7, 2010 at 4:56 AM, Dennis Sosnoski wrote:
> I've restructured the JiBX code generation from schema to make it easier to
> use from other tools. Nilupa, you should be able to use this to integrate
> JiBX code and binding generation in with CXF's code generation from WSDL.
>
> JiBX cod
Thanks for making the API more user friendly. I will checkout the latest
from JiBX CVS repository.
Nilupa
On Wed, Jul 7, 2010 at 4:56 AM, Dennis Sosnoski wrote:
> I've restructured the JiBX code generation from schema to make it easier to
> use from other tools. Nilupa, you should be able to us
I've restructured the JiBX code generation from schema to make it easier
to use from other tools. Nilupa, you should be able to use this to
integrate JiBX code and binding generation in with CXF's code generation
from WSDL.
JiBX code generation still uses the org.jibx.schema.codegen.CodeGen
c