RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.spi.interception
Interface MessageBodyWriterInterceptor

All Known Implementing Classes:
ClientContentEncodingHeaderInterceptor, ContentEncodingHeaderInterceptor, GZIPEncodingInterceptor, 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,
                  javax.ws.rs.WebApplicationException
Throws:
IOException
javax.ws.rs.WebApplicationException

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.