* @throws IOException
* @throws ServiceException
*/
protected final <R extends Request, S> S invoke(R request, HttpRequestBuilder<R> requestBuilder,
HttpResponseHandler<S> responseHandler) throws IOException, ServiceException {
return invoke(request, requestBuilder, responseHandler, new JsonServiceExceptionHttpResponseHandler());
}