Class FirstWriterInterceptor
java.lang.Object
ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.WriterInterceptor
@Provider
@Priority(100)
public class FirstWriterInterceptor
extends Object
implements jakarta.ws.rs.ext.WriterInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
aroundWriteTo
(jakarta.ws.rs.ext.WriterInterceptorContext context)
-
Constructor Details
-
FirstWriterInterceptor
public FirstWriterInterceptor()
-
-
Method Details
-
aroundWriteTo
public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundWriteTo
in interfacejakarta.ws.rs.ext.WriterInterceptor
- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-