Class AddTenGlobalInterceptor
java.lang.Object
ee.jakarta.tck.ws.rs.spec.filter.exception.AbstractAddInterceptor
ee.jakarta.tck.ws.rs.spec.filter.exception.AddTenGlobalInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.ReaderInterceptor
,jakarta.ws.rs.ext.WriterInterceptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaroundReadFrom
(jakarta.ws.rs.ext.ReaderInterceptorContext context) Methods inherited from class ee.jakarta.tck.ws.rs.spec.filter.exception.AbstractAddInterceptor
aroundWriteTo
-
Field Details
-
EXCEPTION_FIRING_HEADER
- See Also:
-
-
Constructor Details
-
AddTenGlobalInterceptor
public AddTenGlobalInterceptor()
-
-
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
- Overrides:
aroundReadFrom
in classAbstractAddInterceptor
- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-