Uses of Class
org.springframework.web.service.invoker.HttpExchangeAdapterDecorator
Packages that use HttpExchangeAdapterDecorator
Package
Description
Classes supporting the
org.springframework.web.client package.Classes supporting the
org.springframework.web.reactive.function.client package.Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
Uses of HttpExchangeAdapterDecorator in org.springframework.web.client.support
Subclasses of HttpExchangeAdapterDecorator in org.springframework.web.client.supportModifier and TypeClassDescriptionfinal classHttpExchangeAdapterDecoratorthat suppresses theHttpClientErrorException.NotFoundexception raised on a 404 response and returns aResponseEntitywith the status set toHttpStatus.NOT_FOUNDstatus, ornullfromNotFoundRestClientAdapterDecorator.exchangeForBody(HttpRequestValues, ParameterizedTypeReference). -
Uses of HttpExchangeAdapterDecorator in org.springframework.web.reactive.function.client.support
Subclasses of HttpExchangeAdapterDecorator in org.springframework.web.reactive.function.client.supportModifier and TypeClassDescriptionclassHttpExchangeAdapterDecoratorthat suppresses theWebClientResponseException.NotFoundexception resulting from 404 responses and returns aResponseEntitywith the status set toHttpStatus.NOT_FOUNDstatus, or an emptyMonofromNotFoundWebClientAdapterDecorator.exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference). -
Uses of HttpExchangeAdapterDecorator in org.springframework.web.service.invoker
Subclasses of HttpExchangeAdapterDecorator in org.springframework.web.service.invokerModifier and TypeClassDescriptionclassReactorHttpExchangeAdapterthat wraps and delegates to another adapter instance.