Uses of Interface
org.springframework.web.service.invoker.HttpServiceProxyFactory.ProxyFactoryCustomizer
Packages that use HttpServiceProxyFactory.ProxyFactoryCustomizer
Package
Description
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
Uses of HttpServiceProxyFactory.ProxyFactoryCustomizer in org.springframework.web.service.invoker
Methods in org.springframework.web.service.invoker with parameters of type HttpServiceProxyFactory.ProxyFactoryCustomizerModifier and TypeMethodDescriptionHttpServiceProxyFactory.Builder.proxyFactoryCustomizer(HttpServiceProxyFactory.ProxyFactoryCustomizer customizer) Register a callback to customize theProxyFactoryused to create the proxy for each HTTP service interface.