jodd.proxetta.methref
Class MethrefAdvice

java.lang.Object
  extended by jodd.proxetta.methref.MethrefAdvice
All Implemented Interfaces:
ProxyAdvice

public class MethrefAdvice
extends java.lang.Object
implements ProxyAdvice

Advice applied on all other methods (i.e. that doesn't return String). Puts method name in class variable that can be accessed using reflection later.


Constructor Summary
MethrefAdvice()
           
 
Method Summary
 java.lang.Object execute()
          Intercepts wrapped method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethrefAdvice

public MethrefAdvice()
Method Detail

execute

public java.lang.Object execute()
Description copied from interface: ProxyAdvice
Intercepts wrapped method.

Specified by:
execute in interface ProxyAdvice


Copyright © 2003-2010 Jodd Team