}
if (aKeys.length > 0 && !CapString.isEmpty(aKeys[0])) {
Class[] paramTypes = { IRequest.class };
IResult rtn = null;
for (String key : aKeys) {
if (mresult.containsKey(key)) {
continue;
}
Method method = ReflectionUtils.findMethod(this.getClass(),
key, paramTypes);
if (method != null) {