org.gwe.utils.reinvoke
Class ReinvocationInterceptor

java.lang.Object
  extended by org.gwe.utils.reinvoke.ReinvocationInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ReinvocationInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor

Since:
Nov 23, 2008
Author:
Marco Ruiz

Constructor Summary
ReinvocationInterceptor()
           
 
Method Summary
static
<PROXIED_TYPE>
PROXIED_TYPE
createProxy(PROXIED_TYPE target)
           
 java.lang.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

ReinvocationInterceptor

public ReinvocationInterceptor()
Method Detail

createProxy

public static <PROXIED_TYPE> PROXIED_TYPE createProxy(PROXIED_TYPE target)

invoke

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


Copyright © 2007-2009. All Rights Reserved.