org.springframework.social.evernote.api.impl
Class ClientStoreMethodInterceptor

java.lang.Object
  extended by org.springframework.social.evernote.api.impl.ClientStoreMethodInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ClientStoreMethodInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor

Call a corresponding method in underlying ~StoreClient instance from ~Operations interface

Author:
Tadaya Tsuyukubo

Constructor Summary
ClientStoreMethodInterceptor()
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientStoreMethodInterceptor

public ClientStoreMethodInterceptor()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
Throwable


Copyright © 2014. All Rights Reserved.