private Object processRemotingRequest(final HttpServletRequest request, final HttpServletResponse response,
final Locale locale, final ExtDirectRequest directRequest, final MethodInfo methodInfo) throws Exception {
ExtDirectMethod annotation = methodInfo.getExtDirectMethodAnnotation();
ExtDirectMethodType type = annotation.value();
int jsonParamIndex = 0;
Annotation[][] parameterAnnotations = methodInfo.getParameterAnnotations();
Map<String, Object> remainingParameters = null;
ExtDirectStoreReadRequest directStoreReadRequest = null;