public interface Configurer
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_USER_CFG_FILE |
static String |
USER_CFG_FILE_PROPERTY_NAME |
static String |
USER_CFG_FILE_PROPERTY_URL |
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.
|
static final String DEFAULT_USER_CFG_FILE
static final String USER_CFG_FILE_PROPERTY_NAME
static final String USER_CFG_FILE_PROPERTY_URL
void configureBean(Object beanInstance)
beanInstance
- the instance of the bean which needs to be configuredvoid configureBean(String name, Object beanInstance)
name
- the name of the bean which needs to be configuredbeanInstance
- the instance of bean which need to be configuredApache CXF