public class FilteredInterceptor extends Object implements Interceptor
MethodInterceptor by only calling it if the method is accepted by the supplied
MethodFilter.| Constructor and Description |
|---|
FilteredInterceptor(Interceptor inner,
MethodFilter filter) |
public FilteredInterceptor(Interceptor inner, MethodFilter filter)
public Object intercept(Invocation invocation) throws Throwable
intercept in interface InterceptorThrowableCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.