Uses of Interface
org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
Packages that use ReactorHttpExchangeAdapter
Package
Description
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
Uses of ReactorHttpExchangeAdapter in org.springframework.web.service.invoker
Classes in org.springframework.web.service.invoker that implement ReactorHttpExchangeAdapterModifier and TypeClassDescriptionclassConvenient base class for aReactorHttpExchangeAdapterimplementation adapting to the synchronousHttpExchangeAdaptercontract.classReactorHttpExchangeAdapterthat wraps and delegates to another adapter instance.Methods in org.springframework.web.service.invoker that return ReactorHttpExchangeAdapterModifier and TypeMethodDescriptionReactorHttpExchangeAdapterDecorator.getHttpExchangeAdapter()Return the wrapped delegateHttpExchangeAdapter.