if (jsonObject != null) {
GWT.log("send request get value end", null);
return new SessionInfo(jsonObject.get(USER_ID).toString(), jsonObject.get(WORKSPACE).toString());
}
throw new JSONException(
"Invalid Json structure when retrieve the Sling nodes");
} catch (JSONException e) {
GWT.log("Could not parse JSON", e);
throw new JSONException("Invalid Json structure when retrieve the Sling nodes");
}
}