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
write
void write(MessageBodyWriterContext context)
throws IOException,
javax.ws.rs.WebApplicationException
- Throws:
IOException
javax.ws.rs.WebApplicationException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.