5960616263646566676869
if (directRetVal != null) { return directRetVal; } BaseMethodBinding binding = myBindings.get(theMethod); BaseClientInvocation clientInvocation = binding.invokeClient(theArgs); HttpRequestBase httpRequest = clientInvocation.asHttpRequest(myUrlBase); HttpResponse response = myClient.execute(httpRequest); try {
90919293949596979899100
} list.add(next.getValue()); } } return binding.invokeClient(mimeType, reader, response.getStatusLine().getStatusCode(), headers); } finally { if (response instanceof CloseableHttpResponse) { ((CloseableHttpResponse) response).close(); }