Uses of Interface
com.atlassian.plugins.rest.common.interceptor.MethodInvocation

Packages that use MethodInvocation
com.atlassian.plugins.rest.common.expand.interceptor   
com.atlassian.plugins.rest.common.interceptor   
com.atlassian.plugins.rest.common.transaction   
com.atlassian.plugins.rest.common.validation   
 

Uses of MethodInvocation in com.atlassian.plugins.rest.common.expand.interceptor
 

Methods in com.atlassian.plugins.rest.common.expand.interceptor with parameters of type MethodInvocation
 void ExpandInterceptor.intercept(MethodInvocation invocation)
           
 

Uses of MethodInvocation in com.atlassian.plugins.rest.common.interceptor
 

Methods in com.atlassian.plugins.rest.common.interceptor with parameters of type MethodInvocation
 void ResourceInterceptor.intercept(MethodInvocation invocation)
          Intercepts the method invocation
 

Uses of MethodInvocation in com.atlassian.plugins.rest.common.transaction
 

Methods in com.atlassian.plugins.rest.common.transaction with parameters of type MethodInvocation
 void TransactionInterceptor.intercept(MethodInvocation invocation)
           
 

Uses of MethodInvocation in com.atlassian.plugins.rest.common.validation
 

Methods in com.atlassian.plugins.rest.common.validation with parameters of type MethodInvocation
 void ValidationInterceptor.intercept(MethodInvocation invocation)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.