public class JBossWSSpringConfigurer extends Object implements JBossWSConfigurer, org.springframework.context.ApplicationContextAware, org.apache.cxf.extension.BusExtension
Constructor and Description |
---|
JBossWSSpringConfigurer(org.apache.cxf.configuration.Configurer delegate) |
Modifier and Type | Method and Description |
---|---|
void |
addApplicationContext(org.springframework.context.ApplicationContext ctx) |
void |
configureBean(Object beanInstance) |
void |
configureBean(String name,
Object beanInstance) |
protected void |
customConfigure(Object beanInstance) |
BeanCustomizer |
getCustomizer() |
Class<?> |
getRegistrationType() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setCustomizer(BeanCustomizer customizer) |
public JBossWSSpringConfigurer(org.apache.cxf.configuration.Configurer delegate)
public void configureBean(Object beanInstance)
configureBean
in interface org.apache.cxf.configuration.Configurer
public void configureBean(String name, Object beanInstance)
configureBean
in interface org.apache.cxf.configuration.Configurer
public void addApplicationContext(org.springframework.context.ApplicationContext ctx)
protected void customConfigure(Object beanInstance)
public BeanCustomizer getCustomizer()
getCustomizer
in interface JBossWSConfigurer
public void setCustomizer(BeanCustomizer customizer)
setCustomizer
in interface JBossWSConfigurer
public Class<?> getRegistrationType()
getRegistrationType
in interface org.apache.cxf.extension.BusExtension
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2014 JBoss, by Red Hat. All rights reserved.