257258259260261262263264265266267
td.addFieldDesc(fd); } } } else { throw new InvalidTypeMappingException ("failed to register " + cls.getName() + " as a valid web service datatype," + " consider using a custom type mapping"); } }
518519520521522523524525526527528
// annotation that allows configuring this value. td.addFieldDesc(fd); } } } else { throw new InvalidTypeMappingException("failed to register " + type.getName() + " as a valid web service datatype," + " consider using a custom type mapping"); } }