org.apache.cxf.configuration.spring
Class ConfigurerImpl
java.lang.Object
org.springframework.beans.factory.wiring.BeanConfigurerSupport
org.apache.cxf.configuration.spring.ConfigurerImpl
- All Implemented Interfaces:
- Configurer, BusExtension, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
public class ConfigurerImpl
- extends org.springframework.beans.factory.wiring.BeanConfigurerSupport
- implements Configurer, org.springframework.context.ApplicationContextAware, BusExtension
| Fields inherited from class org.springframework.beans.factory.wiring.BeanConfigurerSupport |
logger |
| Methods inherited from class org.springframework.beans.factory.wiring.BeanConfigurerSupport |
afterPropertiesSet, createDefaultBeanWiringInfoResolver, destroy, setBeanFactory, setBeanWiringInfoResolver |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurerImpl
public ConfigurerImpl()
ConfigurerImpl
public ConfigurerImpl(org.springframework.context.ApplicationContext ac)
configureBean
public void configureBean(java.lang.Object beanInstance)
- Specified by:
configureBean in interface Configurer- Overrides:
configureBean in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
configureBean
public void configureBean(java.lang.String bn,
java.lang.Object beanInstance)
- Specified by:
configureBean in interface Configurer
configureBean
public void configureBean(java.lang.String bn,
java.lang.Object beanInstance,
boolean checkWildcards)
getBeanName
protected java.lang.String getBeanName(java.lang.Object beanInstance)
setApplicationContext
public final void setApplicationContext(org.springframework.context.ApplicationContext ac)
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
addApplicationContext
public final void addApplicationContext(org.springframework.context.ApplicationContext ac)
getRegistrationType
public java.lang.Class<?> getRegistrationType()
- Specified by:
getRegistrationType in interface BusExtension
Apache CXF