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