org.apache.cxf.configuration.spring
Class ConfigurerImpl
java.lang.Object
BeanConfigurerSupport
org.apache.cxf.configuration.spring.ConfigurerImpl
- All Implemented Interfaces:
- Configurer, BusExtension
public class ConfigurerImpl
- extends BeanConfigurerSupport
- implements Configurer, BusExtension
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurerImpl
public ConfigurerImpl()
ConfigurerImpl
public ConfigurerImpl(ApplicationContext ac)
configureBean
public void configureBean(Object beanInstance)
- Description copied from interface:
Configurer
- set up the Bean's value by using Dependency Injection from the application context
- Specified by:
configureBean in interface Configurer
- Parameters:
beanInstance - the instance of the bean which needs to be configured
configureBean
public void configureBean(String bn,
Object beanInstance)
- 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 interface Configurer
- Parameters:
bn - the name of the bean which needs to be configuredbeanInstance - the instance of bean which need to be configured
configureBean
public void configureBean(String bn,
Object beanInstance,
boolean checkWildcards)
getBeanName
protected String getBeanName(Object beanInstance)
setApplicationContext
public final void setApplicationContext(ApplicationContext ac)
addApplicationContext
public final void addApplicationContext(ApplicationContext ac)
destroy
public void destroy()
getRegistrationType
public Class<?> getRegistrationType()
- Specified by:
getRegistrationType in interface BusExtension
getAppContexts
protected Set<ApplicationContext> getAppContexts()
Apache CXF