org.jboss.resteasy.core
Class AbstractAsynchronousResponse

java.lang.Object
  extended by org.jboss.resteasy.core.AbstractAsynchronousResponse
All Implemented Interfaces:
AsynchronousResponse

public abstract class AbstractAsynchronousResponse
extends Object
implements AsynchronousResponse

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  Annotation[] annotations
           
protected  MessageBodyWriterInterceptor[] messageBodyWriterInterceptors
           
protected  PostProcessInterceptor[] postProcessInterceptors
           
 
Constructor Summary
AbstractAsynchronousResponse()
           
 
Method Summary
 Annotation[] getAnnotations()
           
 MessageBodyWriterInterceptor[] getMessageBodyWriterInterceptors()
           
 PostProcessInterceptor[] getPostProcessInterceptors()
           
 void setAnnotations(Annotation[] annotations)
           
 void setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors)
           
 void setPostProcessInterceptors(PostProcessInterceptor[] postProcessInterceptors)
           
 void setupResponse(ServerResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.resteasy.spi.AsynchronousResponse
setResponse
 

Field Detail

postProcessInterceptors

protected PostProcessInterceptor[] postProcessInterceptors

messageBodyWriterInterceptors

protected MessageBodyWriterInterceptor[] messageBodyWriterInterceptors

annotations

protected Annotation[] annotations
Constructor Detail

AbstractAsynchronousResponse

public AbstractAsynchronousResponse()
Method Detail

getPostProcessInterceptors

public PostProcessInterceptor[] getPostProcessInterceptors()

setPostProcessInterceptors

public void setPostProcessInterceptors(PostProcessInterceptor[] postProcessInterceptors)

getMessageBodyWriterInterceptors

public MessageBodyWriterInterceptor[] getMessageBodyWriterInterceptors()

setMessageBodyWriterInterceptors

public void setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors)

getAnnotations

public Annotation[] getAnnotations()

setAnnotations

public void setAnnotations(Annotation[] annotations)

setupResponse

public void setupResponse(ServerResponse response)


Copyright © 2011. All Rights Reserved.