Package org.springframework.integration.util

Interface Summary
ErrorHandler Strategy for handling a Throwable.
MethodInvoker A strategy interface for invoking a method.
MethodResolver Strategy interface for detecting a single Method on a Class.
MethodValidator Interface for method validation.
 

Class Summary
AnnotationMethodResolver MethodResolver implementation that finds a single Method on the given Class that contains the specified annotation type.
DefaultMethodInvoker Implementation of MethodInvoker to be used when the actual Method reference is known.
DefaultMethodResolver Default MethodResolver implementation.
NameResolvingMethodInvoker Implementation of MethodInvoker to be used when only the method name is known.