Uses of Interface
org.springframework.web.service.invoker.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.support
Modifier and TypeClassDescriptionfinal class
HttpExchangeAdapter
that enables anHttpServiceProxyFactory
to useRestClient
for request execution.final class
HttpExchangeAdapter
that enables anHttpServiceProxyFactory
to useRestTemplate
for request execution. -
Uses of HttpExchangeAdapter in org.springframework.web.reactive.function.client.support
Modifier and TypeClassDescriptionfinal class
ReactorHttpExchangeAdapter
that enables anHttpServiceProxyFactory
to useWebClient
for request execution. -
Uses of HttpExchangeAdapter in org.springframework.web.service.invoker
Modifier and TypeInterfaceDescriptioninterface
Contract to abstract a reactive, HTTP client from HttpServiceProxyFactory and make it pluggable.Modifier and TypeClassDescriptionclass
Convenient base class for aReactorHttpExchangeAdapter
implementation adapting to the synchronousHttpExchangeAdapter
contract.Modifier 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.ModifierConstructorDescriptionRequestBodyArgumentResolver
(HttpExchangeAdapter exchangeAdapter) Constructor with aHttpExchangeAdapter
, for access to config settings.RequestPartArgumentResolver
(HttpExchangeAdapter exchangeAdapter) Constructor with aHttpExchangeAdapter
, for access to config settings.