Class JBossWSConfigurerImpl
java.lang.Object
org.jboss.wsf.stack.cxf.client.configuration.JBossWSConfigurerImpl
- All Implemented Interfaces:
Configurer,BusExtension,JBossWSConfigurer
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureBean(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) Class<?>voidsetCustomizer(BeanCustomizer customizer)
-
Constructor Details
-
JBossWSConfigurerImpl
-
-
Method Details
-
configureBean
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
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
-
getCustomizer
- Specified by:
getCustomizerin interfaceJBossWSConfigurer
-
setCustomizer
- Specified by:
setCustomizerin interfaceJBossWSConfigurer
-
getRegistrationType
- Specified by:
getRegistrationTypein interfaceBusExtension
-