Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.7.4
-
Unknown
Description
Apache CXF supports JiBX databinding. Full annotated service code can be generated by using the wsdl2java tool. Unfortunatly the wsdl2java options do not allow to pass any JiBX command line parameter to the JiBX code generation process. Thus no extending of the code generation (like e.g. the usage of class-decorators) can happen.
It would be nice if there would be something similar like the '-xjc<xjc args>' wsdl2java option to pass JiBX arguments directly to the JiBX codegen tool in case of JiBX databinding.
The maven cxf-codegen-plugin should support this option of course.