@Provider @Produces(value="text/plain") public class AsynchronousProcessListWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<Iterable<AsynchronousProcess>>
| Constructor and Description |
|---|
AsynchronousProcessListWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(Iterable<AsynchronousProcess> asynchronousProcesses,
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(Iterable<AsynchronousProcess> asynchronousProcesses,
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)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<Iterable<AsynchronousProcess>>public long getSize(Iterable<AsynchronousProcess> asynchronousProcesses, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<Iterable<AsynchronousProcess>>public void writeTo(Iterable<AsynchronousProcess> asynchronousProcesses, 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<Iterable<AsynchronousProcess>>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2015. All rights reserved.