Interface MessageBodyWriterInterceptor
-
@Deprecated public interface MessageBodyWriterInterceptorDeprecated.The Resteasy interceptor facility introduced in release 2.x is replaced by the JAX-RS 2.0 compliant interceptor facility in release 3.0.x.Wraps around invocations of MessageBodyWriter.writeTo()- Version:
- $Revision: 1 $
- See Also:
WriterInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidwrite(MessageBodyWriterContext context)Deprecated.
-
-
-
Method Detail
-
write
void write(MessageBodyWriterContext context) throws java.io.IOException, javax.ws.rs.WebApplicationException
Deprecated.- Throws:
java.io.IOExceptionjavax.ws.rs.WebApplicationException
-
-