Spring Integration

org.springframework.integration.util
Class UniqueMethodFilter

java.lang.Object
  extended by org.springframework.integration.util.UniqueMethodFilter
All Implemented Interfaces:
ReflectionUtils.MethodFilter

public class UniqueMethodFilter
extends Object
implements ReflectionUtils.MethodFilter

Since:
2.0
Author:
Oleg Zhurakousky

Constructor Summary
UniqueMethodFilter(Class<?> targetClass)
           
 
Method Summary
 boolean matches(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueMethodFilter

public UniqueMethodFilter(Class<?> targetClass)
Method Detail

matches

public boolean matches(Method method)
Specified by:
matches in interface ReflectionUtils.MethodFilter

Spring Integration

Copyright © 2010. All Rights Reserved.