org.jboss.resteasy.spi.interception
Interface MessageBodyWriterInterceptor

All Known Implementing Classes:
ClientContentEncodingHeaderInterceptor, ContentEncodingHeaderInterceptor, GZIPEncodingInterceptor, ServerCacheInterceptor, ServerContentEncodingHeaderInterceptor

public interface MessageBodyWriterInterceptor

Wraps around invocations of MessageBodyWriter.writeTo()

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 void write(MessageBodyWriterContext context)
           
 

Method Detail

write

void write(MessageBodyWriterContext context)
           throws java.io.IOException,
                  WebApplicationException
Throws:
java.io.IOException
WebApplicationException


Copyright © 2010. All Rights Reserved.