38394041424344454647
response = super.get(serverUrl + RESOURCE + cid); } JSONObject jsonObject = (JSONObject)JSONValue.parse(response); ConnectorBean connectorBean = new ConnectorBean(); connectorBean.restore(jsonObject); return connectorBean; } }