}
protected HttpParams configureHttpParams(Map<String, Object> parameters) throws Exception {
HttpParams clientParams = new BasicHttpParams();
AuthParamBean authParamBean = new AuthParamBean(clientParams);
IntrospectionSupport.setProperties(authParamBean, parameters, "httpClient.");
ClientParamBean clientParamBean = new ClientParamBean(clientParams);
IntrospectionSupport.setProperties(clientParamBean, parameters, "httpClient.");