Class HttpServiceProxyRegistryFactoryBean

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

public final class HttpServiceProxyRegistryFactoryBean extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.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:
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • setBeanClassLoader

      public void setBeanClassLoader(ClassLoader beanClassLoader)
      Specified by:
      setBeanClassLoader in interface org.springframework.beans.factory.BeanClassLoaderAware
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<HttpServiceProxyRegistry>
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getObject

      public HttpServiceProxyRegistry getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<HttpServiceProxyRegistry>