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