public class ConfigurerImpl extends Object implements Configurer
DEFAULT_USER_CFG_FILE, USER_CFG_FILE_PROPERTY_NAME, USER_CFG_FILE_PROPERTY_URL| Constructor and Description | 
|---|
| ConfigurerImpl(org.osgi.service.blueprint.container.BlueprintContainer con) | 
| 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 bn,
             Object beanInstance)set up the Bean's value by using Dependency Injection from the application context
 with a proper name. | 
| void | configureBean(String bn,
             Object beanInstance,
             boolean checkWildcards) | 
| protected String | getBeanName(Object beanInstance) | 
public ConfigurerImpl(org.osgi.service.blueprint.container.BlueprintContainer con)
public void configureBean(Object beanInstance)
ConfigurerconfigureBean in interface ConfigurerbeanInstance - the instance of the bean which needs to be configuredpublic void configureBean(String bn, Object beanInstance)
ConfigurerconfigureBean in interface Configurerbn - the name of the bean which needs to be configuredbeanInstance - the instance of bean which need to be configuredApache CXF