public class ConfigurerImpl extends Object implements org.apache.cxf.configuration.Configurer
| Constructor and Description |
|---|
ConfigurerImpl(org.osgi.service.blueprint.container.BlueprintContainer con) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureBean(Object beanInstance) |
void |
configureBean(String bn,
Object beanInstance) |
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)
configureBean in interface org.apache.cxf.configuration.Configurerpublic void configureBean(String bn, Object beanInstance)
configureBean in interface org.apache.cxf.configuration.ConfigurerApache CXF