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 TypeMethodDescriptionvoidaroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) invoke(org.aopalliance.intercept.MethodInvocation invocation)
-
Constructor Details
-
RequestFilter
public RequestFilter()
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-
aroundWriteTo
public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundWriteToin interfacejakarta.ws.rs.ext.WriterInterceptor- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-