org.apache.commons.proxy
Interface Interceptor

All Known Implementing Classes:
ExecutorInterceptor, FilteredInterceptor, LoggingInterceptor, MethodInterceptorAdapter, SerializingInterceptor

public interface Interceptor

"Intercepts" a method invocation.

Since:
1.0
Author:
James Carman

Method Summary
 Object intercept(Invocation invocation)
           
 

Method Detail

intercept

Object intercept(Invocation invocation)
                 throws Throwable
Throws:
Throwable


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.