String response = super.put(serverUrl + RESOURCE
+ connection.getPersistenceId(),
connectionJson.toJSONString());
ValidationBean validationBean = new ValidationBean();
validationBean.restore((JSONObject) JSONValue.parse(response));
return validationBean;
}
public void delete(String serverUrl, String id) {