public class JBossWSConfigurerImpl extends Object implements JBossWSConfigurer, BusExtension
DEFAULT_USER_CFG_FILE, USER_CFG_FILE_PROPERTY_NAME, USER_CFG_FILE_PROPERTY_URL
Constructor and Description |
---|
JBossWSConfigurerImpl(BeanCustomizer customizer) |
Modifier and Type | Method and Description |
---|---|
void |
configureBean(Object beanInstance)
set up the Bean's value by using Dependency Injection from the application context
|
void |
configureBean(String name,
Object beanInstance)
set up the Bean's value by using Dependency Injection from the application context
with a proper name.
|
protected void |
customConfigure(Object beanInstance) |
BeanCustomizer |
getCustomizer() |
Class<?> |
getRegistrationType() |
void |
setCustomizer(BeanCustomizer customizer) |
public JBossWSConfigurerImpl(BeanCustomizer customizer)
public void configureBean(Object beanInstance)
Configurer
configureBean
in interface Configurer
beanInstance
- the instance of the bean which needs to be configuredpublic void configureBean(String name, Object beanInstance)
Configurer
configureBean
in interface Configurer
name
- the name of the bean which needs to be configuredbeanInstance
- the instance of bean which need to be configuredprotected 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 BusExtension
Copyright © 2017 JBoss by Red Hat. All rights reserved.