@Provider public class DatasetRssWriter extends RssWriter implements javax.ws.rs.ext.MessageBodyWriter<DatasetResource>
Provider that writes dataset resources to
output streams for HTTP responses with "application/rss+xml" content-type.COPYRIGHT, DATE_FORMAT, dateFormatter, GENERATOR, LANGUAGE| Constructor and Description |
|---|
DatasetRssWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(DatasetResource resource,
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(DatasetResource resource,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
getBaseUri, getConfigurationpublic long getSize(DatasetResource resource, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<DatasetResource>public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<DatasetResource>public void writeTo(DatasetResource resource, 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<DatasetResource>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 1999–2017 Apache OODT. All rights reserved.