Is there a way to configure Apache CXF wsdl2java to generate a constructor with all of a classes fields in it? Right now only the empty default constructor is generated as well as void returning setters. This can result in very unwieldy code. I'm transitioning from axis 1.4 which did generate full constructors, so a lot of code is broken as a result.
I'm running wsdl2java from the command line. I'm not using maven/ant, just trying to generate the java files so a maven plugin will not work for me.