result = createFromParameterHandler(value, cls, message);
if (result == null) {
LOG.severe(new org.apache.cxf.common.i18n.Message("CLASS_CONSTRUCTOR_FAILURE",
BUNDLE,
pClass.getName()).toString());
throw new ClientErrorException(HttpUtils.getParameterFailureStatus(pType), ex);
}
}
if (result == null) {
// check for valueOf(String) static methods
String[] methodNames = cls.isEnum()