public class RemoteProxyBeanCreator
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected ServerSelector |
serverSelector |
protected java.util.Map<java.lang.String,java.lang.String> |
services |
protected java.util.Map<java.lang.String,java.lang.String> |
substitutions |
Constructor and Description |
---|
RemoteProxyBeanCreator() |
Modifier and Type | Method and Description |
---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
protected void |
processSubstitutions(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setRemoteServices(java.util.Map<java.lang.String,java.lang.String> services) |
void |
setServerSelector(ServerSelector serverSelector) |
void |
setSubstitutions(java.util.Map<java.lang.String,java.lang.String> substitutions) |
protected java.util.Map<java.lang.String,java.lang.String> services
protected java.util.Map<java.lang.String,java.lang.String> substitutions
protected ServerSelector serverSelector
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setRemoteServices(java.util.Map<java.lang.String,java.lang.String> services)
public void setSubstitutions(java.util.Map<java.lang.String,java.lang.String> substitutions)
public void setServerSelector(ServerSelector serverSelector)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
protected void processSubstitutions(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)