Package org.apache.cxf.configuration
Class NullConfigurer
java.lang.Object
org.apache.cxf.configuration.NullConfigurer
- All Implemented Interfaces:
- Configurer
- 
Field SummaryFields 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 TypeMethodDescriptionvoidconfigureBean(Object beanInstance) set up the Bean's value by using Dependency Injection from the application contextvoidconfigureBean(String name, Object beanInstance) set up the Bean's value by using Dependency Injection from the application context with a proper name.
- 
Constructor Details- 
NullConfigurerpublic NullConfigurer()
 
- 
- 
Method Details- 
configureBeanDescription copied from interface:Configurerset up the Bean's value by using Dependency Injection from the application context- Specified by:
- configureBeanin interface- Configurer
- 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:
- name- the name of the bean which needs to be configured
- beanInstance- the instance of bean which need to be configured
 
 
-