/* */ }
/* 367 */ WSDLTypes wsdlTypes = this.wsdl.getWsdlTypes();
/* 368 */ WSDLUtils.addSchemaModel(wsdlTypes, xmlType.getNamespaceURI(), xsModel);
/* 369 */ this.wsdl.registerNamespaceURI(xmlType.getNamespaceURI(), null);
/* */
/* 372 */ SchemaCreatorIntf schemaCreator = this.javaToXSD.getSchemaCreator();
/* 373 */ mergeJavaWsdlMapping(schemaCreator.getJavaWsdlMapping());
/* */
/* 375 */ HashMap map = schemaCreator.getCustomNamespaceMap();
/* 376 */ Set keys = map != null ? map.keySet() : null;
/* 377 */ Iterator iter = (keys != null) && (!keys.isEmpty()) ? keys.iterator() : null;
/* 378 */ while ((iter != null) && (iter.hasNext()))
/* */ {
/* 380 */ String pref = (String)iter.next();