MediaType mediaType,
MultivaluedMap<String, String> httpHeaders,
InputStream entityStream) throws IOException, WebApplicationException {
AtomFeed feed =
readFeed(AtomFeed.class, genericType, annotations, mediaType, httpHeaders, entityStream);
return feed.toSynd(new SyndFeed());
}
public boolean isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,