@Priority(value=10) @Singleton public class MappableExceptionWrapperInterceptor extends Object implements jakarta.ws.rs.ext.ReaderInterceptor, jakarta.ws.rs.ext.WriterInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
MappableExceptionWrapperInterceptor.Binder
Binder registering the
Exception Wrapper Interceptor
(used on the client side). |
| Constructor and Description |
|---|
MappableExceptionWrapperInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context) |
void |
aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) |
public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException
aroundReadFrom in interface jakarta.ws.rs.ext.ReaderInterceptorIOExceptionjakarta.ws.rs.WebApplicationExceptionpublic void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context)
throws IOException,
jakarta.ws.rs.WebApplicationException
aroundWriteTo in interface jakarta.ws.rs.ext.WriterInterceptorIOExceptionjakarta.ws.rs.WebApplicationExceptionCopyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.