/* 1843 */ if (extReg == null)
/* */ {
/* 1845 */ throw new WSDLException("CONFIGURATION_ERROR", "No ExtensionRegistry set for this Definition, so unable to deserialize a '" + elementType + "' element in the " + "context of a '" + parentType.getName() + "'.");
/* */ }
/* */
/* 1853 */ ExtensionDeserializer extDS = extReg.queryDeserializer(parentType, elementType);
/* */
/* 1856 */ return extDS.unmarshall(parentType, elementType, el, def, extReg);
/* */ }
/* */ catch (WSDLException e)
/* */ {