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:
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?> voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetBeanClassLoader(ClassLoader beanClassLoader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
setBeanClassLoader
- Specified by:
setBeanClassLoaderin interfaceorg.springframework.beans.factory.BeanClassLoaderAware
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<HttpServiceProxyRegistry>
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<HttpServiceProxyRegistry>
-