boolean skipCFCWithError=Caster.toBooleanValue(sct.get(KeyConstants._skipCFCWithError,null),restSetting.getSkipCFCWithError());
// returnFormat
int returnFormat=Caster.toIntValue(sct.get(KeyConstants._returnFormat,null),restSetting.getReturnFormat());
restSetting=new RestSettingImpl(skipCFCWithError,returnFormat);
}
initRestSetting=true;
}
}