public class NullConfigurer extends Object implements Configurer
DEFAULT_USER_CFG_FILE, USER_CFG_FILE_PROPERTY_NAME, USER_CFG_FILE_PROPERTY_URL
Constructor and Description |
---|
NullConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
configureBean(Object beanInstance)
set up the Bean's value by using Dependency Injection from the application context
|
void |
configureBean(String name,
Object beanInstance)
set up the Bean's value by using Dependency Injection from the application context
with a proper name.
|
public void configureBean(Object beanInstance)
Configurer
configureBean
in interface Configurer
beanInstance
- the instance of the bean which needs to be configuredpublic void configureBean(String name, Object beanInstance)
Configurer
configureBean
in interface Configurer
name
- the name of the bean which needs to be configuredbeanInstance
- the instance of bean which need to be configuredApache CXF