Package com.axelor.rpc
Class RequestFilter
java.lang.Object
com.axelor.rpc.RequestFilter
- All Implemented Interfaces:
jakarta.ws.rs.ext.WriterInterceptor
,org.aopalliance.aop.Advice
,org.aopalliance.intercept.Interceptor
,org.aopalliance.intercept.MethodInterceptor
@Provider
public class RequestFilter
extends Object
implements org.aopalliance.intercept.MethodInterceptor, jakarta.ws.rs.ext.WriterInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
aroundWriteTo
(jakarta.ws.rs.ext.WriterInterceptorContext context) invoke
(org.aopalliance.intercept.MethodInvocation invocation)
-
Constructor Details
-
RequestFilter
public RequestFilter()
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceorg.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable
-
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
-