382383384385386387388389390
UrlBuilder url = new UrlBuilder(link); // read and parse HttpUtils.Response resp = read(url); AtomAllowableActions allowableActions = parse(resp.getStream(), AtomAllowableActions.class); return convert(allowableActions.getAllowableActions()); }