/* */ {
/* 143 */ helper.handleJavaToWSDLGeneration(config, outputDir);
/* */ }
/* 145 */ else if (config.getWSDLToJavaConfig(false) != null)
/* */ {
/* 147 */ helper.handleWSDLToJavaGeneration(config, outputDir);
/* */ }
/* */ else
/* */ {
/* 151 */ throw new WSException("Nothing done, Configuration source must have JavaToWSDL or WSDLToJava specified");
/* */ }