Uses of Class
org.springframework.web.service.invoker.HttpExchangeAdapterDecorator
Packages that use HttpExchangeAdapterDecorator
Package
Description
Classes supporting the
org.springframework.web.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(org.springframework.web.service.invoker.HttpRequestValues, org.springframework.core.ParameterizedTypeReference<T>). -
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.