|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.configuration.NullConfigurer
public class NullConfigurer
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 | |
---|---|
NullConfigurer()
|
Method Summary | |
---|---|
void |
configureBean(java.lang.Object beanInstance)
set up the Bean's value by using Dependency Injection from the application context |
void |
configureBean(java.lang.String name,
java.lang.Object beanInstance)
set up the Bean's value by using Dependency Injection from the application context with a proper name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullConfigurer()
Method Detail |
---|
public void configureBean(java.lang.Object beanInstance)
Configurer
configureBean
in interface Configurer
beanInstance
- the instance of the bean which needs to be configuredpublic void configureBean(java.lang.String name, java.lang.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 configured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |