|
Apache CXF API | |||||||||
| 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 use Dependency Injection from the application context |
void |
configureBean(java.lang.String name,
java.lang.Object beanInstance)
set up the Bean's value by use 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 ConfigurerbeanInstance - the instance of bean which need to be configured
public void configureBean(java.lang.String name,
java.lang.Object beanInstance)
Configurer
configureBean in interface Configurername - the name of the bean which need to be configuredbeanInstance - the instance of bean which need to be configured
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||