public interface ResourceInterceptor
MethodInvocation.invoke() to
call the next interceptor in the chain. Interceptor instances are created once for every resource method.| Modifier and Type | Method and Description |
|---|---|
void |
intercept(MethodInvocation invocation)
Intercepts the method invocation
|
void intercept(MethodInvocation invocation) throws IllegalAccessException, InvocationTargetException
invocation - Context information about the invocationIllegalAccessExceptionInvocationTargetExceptionCopyright © 2017 Atlassian. All rights reserved.