Package org.springframework.integration.util

Interface Summary
ErrorHandler Strategy for handling a Throwable.
MethodValidator Interface for method validation.
UidGenerator A strategy for generating ids to uniquely identify integration artifacts such as Messages.
 

Class Summary
RandomGuid Globally unique identifier generator.
RandomGuidUidGenerator An id generator that uses the RandomGuid support class.
SimpleMethodInvoker<T> A simple wrapper for MethodInvoker.