org.springframework.config.java.core
Interface EnhancerMethodInvoker


public interface EnhancerMethodInvoker

Invoking interface for bypassing the decorated class. This interface simply decouples the processing class from the actual bytecode instrumentation libraries.

Author:
Costin Leau

Method Summary
 Method getMethod()
          The method used for invocation.
 Object invokeOriginalClass()
          Invoke the original (non decorated) code.
 

Method Detail

invokeOriginalClass

Object invokeOriginalClass()
                           throws Throwable
Invoke the original (non decorated) code.

Returns:
method result
Throws:
Throwable

getMethod

Method getMethod()
The method used for invocation.

Returns:
method backing the invocation


Copyright � 2005-2008 Spring Framework. All Rights Reserved.