| Constructor and Description |
|---|
FeedEntriesAtomBodyWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(List<FeedEntry> feeds,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(List<FeedEntry> entries,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
public void writeTo(List<FeedEntry> entries, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<List<FeedEntry>>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.