Uses of Package
org.springframework.web.service.invoker
Package
Description
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 the underlying HTTP client and decouple it from the HTTP service proxy.Container for HTTP request values extracted from an
@HttpExchange
-annotated method and argument values passed to it. -
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.Contract to abstract the underlying HTTP client and decouple it from the HTTP service proxy.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
.