org.apache.cxf.configuration
Class NullConfigurer
java.lang.Object
org.apache.cxf.configuration.NullConfigurer
- All Implemented Interfaces:
- org.apache.cxf.configuration.Configurer
public class NullConfigurer
- extends Object
- implements org.apache.cxf.configuration.Configurer
| Fields inherited from interface org.apache.cxf.configuration.Configurer |
DEFAULT_USER_CFG_FILE, USER_CFG_FILE_PROPERTY_NAME, USER_CFG_FILE_PROPERTY_URL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullConfigurer
public NullConfigurer()
configureBean
public void configureBean(Object beanInstance)
- Specified by:
configureBean in interface org.apache.cxf.configuration.Configurer
configureBean
public void configureBean(String name,
Object beanInstance)
- Specified by:
configureBean in interface org.apache.cxf.configuration.Configurer
Apache CXF