@Provider @Consumes(value="multipart/*") public class MultipartReader extends Object implements javax.ws.rs.ext.MessageBodyReader<MultipartInput>
| Modifier and Type | Field and Description |
|---|---|
protected javax.ws.rs.ext.Providers |
workers |
| Constructor and Description |
|---|
MultipartReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
MultipartInput |
readFrom(Class<MultipartInput> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isReadable in interface javax.ws.rs.ext.MessageBodyReader<MultipartInput>public MultipartInput readFrom(Class<MultipartInput> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
readFrom in interface javax.ws.rs.ext.MessageBodyReader<MultipartInput>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.