public interface WriterInterceptorContext extends InterceptorContext
| Modifier and Type | Method and Description |
|---|---|
Object |
getEntity() |
MultivaluedMap<String,Object> |
getHeaders() |
OutputStream |
getOutputStream() |
void |
proceed() |
void |
setEntity(Object entity) |
void |
setOutputStream(OutputStream os) |
getAnnotations, getGenericType, getMediaType, getProperty, getPropertyNames, getType, removeProperty, setAnnotations, setGenericType, setMediaType, setProperty, setTypevoid proceed()
throws IOException,
WebApplicationException
IOExceptionWebApplicationExceptionObject getEntity()
void setEntity(Object entity)
OutputStream getOutputStream()
void setOutputStream(OutputStream os)
MultivaluedMap<String,Object> getHeaders()
Copyright © 2018 The Apache Software Foundation. All rights reserved.