org.jboss.resteasy.spi.interception
Interface MessageBodyWriterInterceptor

All Known Implementing Classes:
ClientContentEncodingHeaderInterceptor, ContentEncodingHeaderInterceptor, DigitalSigningHeaderDecorator, DigitalSigningInterceptor, 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 IOException,
                  WebApplicationException
Throws:
IOException
WebApplicationException


Copyright © 2012. All Rights Reserved.