Class HttpServiceProxyRegistryFactoryBean

java.lang.Object
org.springframework.web.service.registry.HttpServiceProxyRegistryFactoryBean
All Implemented Interfaces:
Aware, FactoryBean<HttpServiceProxyRegistry>, InitializingBean, ApplicationContextAware

public final class HttpServiceProxyRegistryFactoryBean extends Object implements ApplicationContextAware, InitializingBean, FactoryBean<HttpServiceProxyRegistry>
FactoryBean for HttpServiceProxyRegistry responsible for initializing HttpServiceGroups and creating the HTTP Service client proxies for each group.

This class is imported as a bean definition through an AbstractHttpServiceRegistrar.

Since:
7.0
Author:
Rossen Stoyanchev, Phillip Webb, Olga Maciaszek-Sharma
See Also: