/* */ }
/* */
/* */ public TypeMappingImpl getTypeMapping()
/* */ {
/* 330 */ Use encStyle = getEncodingStyle();
/* 331 */ TypeMappingImpl typeMapping = (TypeMappingImpl)this.tmRegistry.getTypeMapping(encStyle.toURI());
/* 332 */ if (typeMapping == null) {
/* 333 */ throw new WSException("No type mapping for encoding style: " + encStyle);
/* */ }
/* 335 */ return typeMapping;
/* */ }