| org.apache.cxf.configuration.Configurable
Configurable | public interface Configurable (Code) | | The configurable interface for get the bean's name
A class which implements this interface should return the
unique bean name for configuration to use
|
getBeanName | String getBeanName()(Code) | | Get the configurable object's Bean name
the bean name |
|
|