} else if (this.sendData instanceof String
&& !CapString.isEmpty((String) this.sendData)) {
setRequestBody((String) this.sendData);
}
} catch (UnsupportedEncodingException e) {
throw new CapException(e, getClass());
}
httpClient = new DefaultHttpClient();
String retryCount = getProperty(Constants.HTTP_RETRY_COUNT);
if (retryCount != null) {
final int count = Integer.valueOf(retryCount);