Package org.apache.cxf.bus.blueprint
Class ConfigurerImpl
java.lang.Object
org.apache.cxf.bus.blueprint.ConfigurerImpl
- All Implemented Interfaces:
Configurer
-
Field Summary
Fields inherited from interface org.apache.cxf.configuration.Configurer
DEFAULT_USER_CFG_FILE, USER_CFG_FILE_PROPERTY_NAME, USER_CFG_FILE_PROPERTY_URL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureBean
(Object beanInstance) set up the Bean's value by using Dependency Injection from the application contextvoid
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)
-
Constructor Details
-
ConfigurerImpl
public ConfigurerImpl(org.osgi.service.blueprint.container.BlueprintContainer con)
-
-
Method Details
-
configureBean
Description copied from interface:Configurer
set up the Bean's value by using Dependency Injection from the application context- Specified by:
configureBean
in interfaceConfigurer
- Parameters:
beanInstance
- the instance of the bean which needs to be configured
-
configureBean
Description copied from interface:Configurer
set 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:
configureBean
in interfaceConfigurer
- Parameters:
bn
- the name of the bean which needs to be configuredbeanInstance
- the instance of bean which need to be configured
-
configureBean
-
getBeanName
-