public abstract class AbstractAsynchronousResponse extends Object implements AsynchronousResponse
Modifier and Type | Field and Description |
---|---|
protected Annotation[] |
annotations |
protected MessageBodyWriterInterceptor[] |
messageBodyWriterInterceptors |
protected PostProcessInterceptor[] |
postProcessInterceptors |
Constructor and Description |
---|
AbstractAsynchronousResponse() |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getAnnotations() |
MessageBodyWriterInterceptor[] |
getMessageBodyWriterInterceptors() |
PostProcessInterceptor[] |
getPostProcessInterceptors() |
void |
setAnnotations(Annotation[] annotations) |
void |
setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors) |
void |
setPostProcessInterceptors(PostProcessInterceptor[] postProcessInterceptors) |
void |
setupResponse(ServerResponse response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setResponse
protected PostProcessInterceptor[] postProcessInterceptors
protected MessageBodyWriterInterceptor[] messageBodyWriterInterceptors
protected Annotation[] annotations
public PostProcessInterceptor[] getPostProcessInterceptors()
public void setPostProcessInterceptors(PostProcessInterceptor[] postProcessInterceptors)
public MessageBodyWriterInterceptor[] getMessageBodyWriterInterceptors()
public void setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors)
public Annotation[] getAnnotations()
public void setAnnotations(Annotation[] annotations)
public void setupResponse(ServerResponse response)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.