Class ConfigurerImpl
java.lang.Object
org.springframework.beans.factory.wiring.BeanConfigurerSupport
org.apache.cxf.configuration.spring.ConfigurerImpl
- All Implemented Interfaces:
- Configurer,- BusExtension,- org.springframework.beans.factory.Aware,- org.springframework.beans.factory.BeanFactoryAware,- org.springframework.beans.factory.DisposableBean,- org.springframework.beans.factory.InitializingBean,- org.springframework.context.ApplicationContextAware
public class ConfigurerImpl
extends org.springframework.beans.factory.wiring.BeanConfigurerSupport
implements Configurer, org.springframework.context.ApplicationContextAware, BusExtension
- 
Field SummaryFields inherited from class org.springframework.beans.factory.wiring.BeanConfigurerSupportloggerFields inherited from interface org.apache.cxf.configuration.ConfigurerDEFAULT_USER_CFG_FILE, USER_CFG_FILE_PROPERTY_NAME, USER_CFG_FILE_PROPERTY_URL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidaddApplicationContext(org.springframework.context.ApplicationContext ac) voidconfigureBean(Object beanInstance) set up the Bean's value by using Dependency Injection from the application contextvoidconfigureBean(String bn, Object beanInstance) set up the Bean's value by using Dependency Injection from the application context with a proper name.voidconfigureBean(String bn, Object beanInstance, boolean checkWildcards) voiddestroy()protected Set<org.springframework.context.ApplicationContext>protected StringgetBeanName(Object beanInstance) Class<?>final voidsetApplicationContext(org.springframework.context.ApplicationContext ac) voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Methods inherited from class org.springframework.beans.factory.wiring.BeanConfigurerSupportafterPropertiesSet, createDefaultBeanWiringInfoResolver, setBeanWiringInfoResolver
- 
Constructor Details- 
ConfigurerImplpublic ConfigurerImpl()
- 
ConfigurerImplpublic ConfigurerImpl(org.springframework.context.ApplicationContext ac) 
 
- 
- 
Method Details- 
setBeanFactorypublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) - Specified by:
- setBeanFactoryin interface- org.springframework.beans.factory.BeanFactoryAware
- Overrides:
- setBeanFactoryin class- org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
- 
configureBeanDescription copied from interface:Configurerset up the Bean's value by using Dependency Injection from the application context- Specified by:
- configureBeanin interface- Configurer
- Overrides:
- configureBeanin class- org.springframework.beans.factory.wiring.BeanConfigurerSupport
- Parameters:
- beanInstance- the instance of the bean which needs to be configured
 
- 
configureBeanDescription copied from interface:Configurerset up the Bean's value by using Dependency Injection from the application context with a proper name. You can use * as the prefix of wildcard name.- Specified by:
- configureBeanin interface- Configurer
- Parameters:
- bn- the name of the bean which needs to be configured
- beanInstance- the instance of bean which need to be configured
 
- 
configureBean
- 
getBeanName
- 
setApplicationContextpublic final void setApplicationContext(org.springframework.context.ApplicationContext ac) - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
 
- 
addApplicationContextpublic final void addApplicationContext(org.springframework.context.ApplicationContext ac) 
- 
destroypublic void destroy()- Specified by:
- destroyin interface- org.springframework.beans.factory.DisposableBean
- Overrides:
- destroyin class- org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
- 
getRegistrationType- Specified by:
- getRegistrationTypein interface- BusExtension
 
- 
getAppContexts
 
-