Class JBossWSConfigurerImpl
- java.lang.Object
-
- org.jboss.wsf.stack.cxf.client.configuration.JBossWSConfigurerImpl
-
- All Implemented Interfaces:
Configurer,BusExtension,JBossWSConfigurer
public class JBossWSConfigurerImpl extends Object implements JBossWSConfigurer, BusExtension
A CXF configurer that sets JBossWS stuff / customizations / properties etc. in CXF configurable beans- Since:
- 05-Oct-2009
- Author:
- alessio.soldano@jboss.com
-
-
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
Constructors Constructor Description JBossWSConfigurerImpl(BeanCustomizer customizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureBean(Object beanInstance)set up the Bean's value by using Dependency Injection from the application contextvoidconfigureBean(String name, Object beanInstance)set up the Bean's value by using Dependency Injection from the application context with a proper name.protected voidcustomConfigure(Object beanInstance)BeanCustomizergetCustomizer()Class<?>getRegistrationType()voidsetCustomizer(BeanCustomizer customizer)
-
-
-
Constructor Detail
-
JBossWSConfigurerImpl
public JBossWSConfigurerImpl(BeanCustomizer customizer)
-
-
Method Detail
-
configureBean
public void configureBean(Object beanInstance)
Description copied from interface:Configurerset up the Bean's value by using Dependency Injection from the application context- Specified by:
configureBeanin interfaceConfigurer- Parameters:
beanInstance- the instance of the bean which needs to be configured
-
configureBean
public void configureBean(String name, Object beanInstance)
Description copied from interface:Configurerset 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:
configureBeanin interfaceConfigurer- Parameters:
name- the name of the bean which needs to be configuredbeanInstance- the instance of bean which need to be configured
-
customConfigure
protected void customConfigure(Object beanInstance)
-
getCustomizer
public BeanCustomizer getCustomizer()
- Specified by:
getCustomizerin interfaceJBossWSConfigurer
-
setCustomizer
public void setCustomizer(BeanCustomizer customizer)
- Specified by:
setCustomizerin interfaceJBossWSConfigurer
-
getRegistrationType
public Class<?> getRegistrationType()
- Specified by:
getRegistrationTypein interfaceBusExtension
-
-