See: Description
Interface | Description |
---|---|
MessageHandlerMethodFactory |
A factory for
InvocableHandlerMethod that is suitable to process
an incoming Message |
Exception | Description |
---|---|
AbstractMethodArgumentResolutionException |
Base class for exceptions resulting from the invocation of
HandlerMethodArgumentResolver . |
MethodArgumentNotValidException |
Exception to be thrown when a method argument fails validation perhaps as a
result of
@Valid style validation, or perhaps because it is required. |
MethodArgumentTypeMismatchException |
Exception that indicates that a method argument has not the
expected type.
|