Uses of Interface
org.springframework.web.service.invoker.HttpExchangeAdapter
Packages that use HttpExchangeAdapter
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 HttpExchangeAdapter in org.springframework.web.client.supportClasses in org.springframework.web.client.support that implement HttpExchangeAdapterModifier and TypeClassDescriptionfinal classHttpExchangeAdapterthat enables anHttpServiceProxyFactoryto useRestClientfor request execution.final classHttpExchangeAdapterthat enables anHttpServiceProxyFactoryto useRestTemplatefor request execution.
- 
Uses of HttpExchangeAdapter in org.springframework.web.reactive.function.client.supportClasses in org.springframework.web.reactive.function.client.support that implement HttpExchangeAdapterModifier and TypeClassDescriptionfinal classReactorHttpExchangeAdapterthat enables anHttpServiceProxyFactoryto useWebClientfor request execution.
- 
Uses of HttpExchangeAdapter in org.springframework.web.service.invokerSubinterfaces of HttpExchangeAdapter in org.springframework.web.service.invokerModifier and TypeInterfaceDescriptioninterfaceContract to abstract a reactive, HTTP client from HttpServiceProxyFactory and make it pluggable.Classes in org.springframework.web.service.invoker that implement HttpExchangeAdapterModifier and TypeClassDescriptionclassConvenient base class for aReactorHttpExchangeAdapterimplementation adapting to the synchronousHttpExchangeAdaptercontract.Methods in org.springframework.web.service.invoker with parameters of type HttpExchangeAdapterModifier and TypeMethodDescriptionHttpServiceProxyFactory.builderFor(HttpExchangeAdapter exchangeAdapter) Return a builder that's initialized with the given client.HttpServiceProxyFactory.Builder.exchangeAdapter(HttpExchangeAdapter adapter) Provide the HTTP client to perform requests through.Constructors in org.springframework.web.service.invoker with parameters of type HttpExchangeAdapterModifierConstructorDescriptionRequestBodyArgumentResolver(HttpExchangeAdapter exchangeAdapter) Constructor with aHttpExchangeAdapter, for access to config settings.RequestPartArgumentResolver(HttpExchangeAdapter exchangeAdapter) Constructor with aHttpExchangeAdapter, for access to config settings.