Package org.springframework.integration.util

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

Class Summary
BoundedHashMap<K,V> A Map implementation that enforces the specified capacity.
DefaultMethodInvoker Implementation of MethodInvoker to be used when the actual Method reference is known.
NameResolvingMethodInvoker Implementation of MethodInvoker to be used when only the method name is known.
RandomUuidGenerator An id generator that generates random UUIDs.