* @throws CodeGenerationException
* the code generation exception
*/
public void generate() throws CodeGenerationException {
LogOutputStream logOutputStream = new LogOutputStream(log,
Integer.MAX_VALUE);
WsimportTool importTool = new WsimportTool(logOutputStream);
ArrayList<String> args = new ArrayList<String>();
configurImportToolOptions(args);
mergeOriginalArgs(args);