throw new ApiProxy.CapabilityDisabledException(
"Setup in local configuration.", packageName, methodName);
}
if (requestBytes.length > getMaxApiRequestSize(service)) {
throw new RequestTooLargeException(packageName, methodName);
}
Method method = getDispatchMethod(service, packageName, methodName);
Status status = new Status();
Class<?> requestClass = method.getParameterTypes()[1];