}
else if (response.getStatusCode() == 204) {
remoteCallback.callback(null);
}
else {
remoteCallback.callback(demarshallingCallback.demarshallResponse(response.getText()));
}
}
else {
ResponseException throwable = new ResponseException(response.getStatusText(), response);
handleError(throwable, response);