Package com.axelor.rpc
Class RequestFilter
- java.lang.Object
-
- com.axelor.rpc.RequestFilter
-
- All Implemented Interfaces:
javax.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, javax.ws.rs.ext.WriterInterceptor
-
-
Constructor Summary
Constructors Constructor Description RequestFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext context)
Object
invoke(org.aopalliance.intercept.MethodInvocation invocation)
-
-
-
Method Detail
-
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
- Specified by:
invoke
in interfaceorg.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable
-
aroundWriteTo
public void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext context) throws IOException, javax.ws.rs.WebApplicationException
- Specified by:
aroundWriteTo
in interfacejavax.ws.rs.ext.WriterInterceptor
- Throws:
IOException
javax.ws.rs.WebApplicationException
-
-