Uses of Interface
org.springframework.web.service.invoker.HttpRequestValues.Processor
Packages that use HttpRequestValues.Processor
Package
Description
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
Uses of HttpRequestValues.Processor in org.springframework.web.service.invoker
Methods in org.springframework.web.service.invoker with parameters of type HttpRequestValues.ProcessorModifier and TypeMethodDescriptionHttpServiceProxyFactory.Builder.httpRequestValuesProcessor(HttpRequestValues.Processor processor) Register anHttpRequestValuesprocessor that can further customize request values based on the method and all arguments.