org.apache.cxf.configuration
Interface Configurer
public interface Configurer
The configurer's interface
A class that implements this interface will perform the
bean's configuration work
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. |
DEFAULT_USER_CFG_FILE
static final java.lang.String DEFAULT_USER_CFG_FILE
- See Also:
- Constant Field Values
USER_CFG_FILE_PROPERTY_NAME
static final java.lang.String USER_CFG_FILE_PROPERTY_NAME
- See Also:
- Constant Field Values
USER_CFG_FILE_PROPERTY_URL
static final java.lang.String USER_CFG_FILE_PROPERTY_URL
- See Also:
- Constant Field Values
configureBean
void configureBean(java.lang.Object beanInstance)
- set up the Bean's value by use Dependency Injection from the application context
- Parameters:
beanInstance
- the instance of bean which need to be configured
configureBean
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. You can use * as the prefix of wildcard name.
- Parameters:
name
- the name of the bean which need to be configuredbeanInstance
- the instance of bean which need to be configured
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.