dynaop
Interface Interceptor

All Known Implementing Classes:
DispatchInterceptor, SubjectInterceptor

public interface Interceptor

Method interception advice.

Author:
Bob Lee (crazybob@crazybob.org)

Method Summary
 java.lang.Object intercept(Invocation invocation)
          Intercepts a method invocation.
 

Method Detail

intercept

java.lang.Object intercept(Invocation invocation)
                           throws java.lang.Throwable
Intercepts a method invocation.

Throws:
java.lang.Throwable