org.apache.commons.proxy.interceptor
Interface MethodFilter

All Known Implementing Classes:
PatternFilter, ReturnTypeFilter, SimpleFilter

public interface MethodFilter

A MethodFilter determines whether or not a method is accepted.

Since:
1.0
Author:
James Carman

Method Summary
 boolean accepts(Method method)
          Returns whether or not this filter accepts this method.
 

Method Detail

accepts

boolean accepts(Method method)
Returns whether or not this filter accepts this method.

Parameters:
method - the method
Returns:
whether or not this filter accepts this method


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