Package org.springframework.integration.util

Interface Summary
ErrorHandler Strategy for handling a Throwable.
MethodInvoker A strategy interface for invoking a method.
MethodValidator Interface for method validation.
 

Class Summary
DefaultMethodInvoker Implementation of MethodInvoker to be used when the actual Method reference is known.
ErrorHandlingTaskExecutor A TaskExecutor implementation that wraps an existing TaskExecutor instance in order to catch any exceptions.
NameResolvingMethodInvoker Implementation of MethodInvoker to be used when only the method name is known.