Uses of Class
org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder
Packages that use HttpServiceProxyFactory.Builder
Package
Description
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
- 
Uses of HttpServiceProxyFactory.Builder in org.springframework.web.service.invokerMethods in org.springframework.web.service.invoker that return HttpServiceProxyFactory.BuilderModifier and TypeMethodDescriptionHttpServiceProxyFactory.builder()Return an empty builder, with the client to be provided to builder.HttpServiceProxyFactory.builderFor(HttpExchangeAdapter exchangeAdapter) Return a builder that's initialized with the given client.HttpServiceProxyFactory.Builder.conversionService(ConversionService conversionService) Set theConversionServiceto use where input values need to be formatted as Strings.HttpServiceProxyFactory.Builder.customArgumentResolver(HttpServiceArgumentResolver resolver) Register a custom argument resolver, invoked ahead of default resolvers.HttpServiceProxyFactory.Builder.embeddedValueResolver(StringValueResolver embeddedValueResolver) Set theStringValueResolverto use for resolving placeholders and expressions embedded inHttpExchange.url().HttpServiceProxyFactory.Builder.exchangeAdapter(HttpExchangeAdapter adapter) Provide the HTTP client to perform requests through.HttpServiceProxyFactory.Builder.exchangeAdapterDecorator(Function<HttpExchangeAdapter, HttpExchangeAdapter> decorator) Provide a function to wrap the configuredHttpExchangeAdapter.HttpServiceProxyFactory.Builder.httpRequestValuesProcessor(HttpRequestValues.Processor processor) Register anHttpRequestValuesprocessor that can further customize request values based on the method and all arguments.
- 
Uses of HttpServiceProxyFactory.Builder in org.springframework.web.service.registryMethods in org.springframework.web.service.registry with parameters of type HttpServiceProxyFactory.BuilderModifier and TypeMethodDescriptionvoidHttpServiceGroupConfigurer.GroupCallback.withGroup(HttpServiceGroup group, CB clientBuilder, HttpServiceProxyFactory.Builder factoryBuilder) voidHttpServiceGroupConfigurer.ProxyFactoryCallback.withProxyFactory(HttpServiceGroup group, HttpServiceProxyFactory.Builder factoryBuilder)