@Provider @Produces(value="multipart/*") public class MultipartWriter extends AbstractMultipartWriter implements javax.ws.rs.ext.MessageBodyWriter<MultipartOutput>
workers| Constructor and Description |
|---|
MultipartWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(MultipartOutput multipartOutput,
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(MultipartOutput multipartOutput,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
write, writePart, writePartspublic boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<MultipartOutput>public long getSize(MultipartOutput multipartOutput, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<MultipartOutput>public void writeTo(MultipartOutput multipartOutput, 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<MultipartOutput>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.