Package org.apache.cxf.configuration
Interface Configurable
- All Known Implementing Classes:
org.apache.cxf.transport.http.AbstractHTTPDestination,AbstractSTSClient,EndpointImpl,org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination,KerberosClient,ServiceImpl,STSClient,UndertowServerDestination
public interface Configurable
A configurable interface for obtaining a bean's name
A class which implements this interface should return the
unique bean name for configuration to use
-
Method Summary
-
Method Details
-
getBeanName
String getBeanName()Get the configurable object's Bean name- Returns:
- the bean name
-