com.atlassian.plugins.rest.common.interceptor.impl.test
Class MyInterceptor

java.lang.Object
  extended by com.atlassian.plugins.rest.common.interceptor.impl.test.MyInterceptor
All Implemented Interfaces:
com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor

public class MyInterceptor
extends java.lang.Object
implements com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor


Constructor Summary
MyInterceptor()
           
 
Method Summary
 void intercept(com.atlassian.plugins.rest.common.interceptor.MethodInvocation invocation)
           
 boolean isCalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyInterceptor

public MyInterceptor()
Method Detail

intercept

public void intercept(com.atlassian.plugins.rest.common.interceptor.MethodInvocation invocation)
               throws java.lang.IllegalAccessException,
                      java.lang.reflect.InvocationTargetException
Specified by:
intercept in interface com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

isCalled

public boolean isCalled()


Copyright © 2014 Atlassian. All Rights Reserved.