Uses of Package
org.springframework.web.service.invoker
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.-
ClassDescriptionContract to abstract an HTTP client from HttpServiceProxyFactory and make it pluggable.Container for HTTP request values extracted from an
@HttpExchange
-annotated method and argument values passed to it. -
ClassDescriptionConvenient base class for a
ReactorHttpExchangeAdapter
implementation adapting to the synchronousHttpExchangeAdapter
contract.Deprecated, for removal: This API element is subject to removal in a future version.Contract to abstract an HTTP client from HttpServiceProxyFactory and make it pluggable.Container for HTTP request values extracted from an@HttpExchange
-annotated method and argument values passed to it.Contract to abstract a reactive, HTTP client from HttpServiceProxyFactory and make it pluggable. -
ClassDescriptionBase class for arguments that resolve to a named request value such as a request header, path variable, cookie, and others.Info about a request value, typically extracted from a method parameter annotation.Deprecated, for removal: This API element is subject to removal in a future version.in favor of
ReactorHttpExchangeAdapter
Contract to abstract an HTTP client from HttpServiceProxyFactory and make it pluggable.Container for HTTP request values extracted from an@HttpExchange
-annotated method and argument values passed to it.Builder forHttpRequestValues
.Resolve an argument from an@HttpExchange
-annotated method to one or more HTTP request values.Factory to create a client proxy from an HTTP service interface with@HttpExchange
methods.Builder to create anHttpServiceProxyFactory
.HttpRequestValues
extension for use withReactorHttpExchangeAdapter
.Builder forReactiveHttpRequestValues
.Contract to abstract a reactive, HTTP client from HttpServiceProxyFactory and make it pluggable.
ReactorHttpExchangeAdapter