Class IntegrationWebExchangeBindException

All Implemented Interfaces:
Serializable, BindingResult, Errors, ErrorResponse

public class IntegrationWebExchangeBindException extends WebExchangeBindException
A WebExchangeBindException extension for validation error with a failed message context. We can't rely on the default WebExchangeBindException behavior since there is no POJO method invocation in Spring Integration Web endpoint implementations.
Since:
5.2
Author:
Artem Bilan
See Also: