Package org.apache.cxf.configuration
Interface Configurable
-
- All Known Implementing Classes:
AbstractHTTPDestination,AbstractSTSClient,AhcWebSocketConduit,AsyncHTTPConduit,AsyncHTTPConduit,AtmosphereWebSocketJettyDestination,AtmosphereWebSocketServletDestination,AtmosphereWebSocketUndertowDestination,EndpointDefinitionParser.SpringEndpointImpl,EndpointImpl,EndpointImpl,EndpointImpl,HttpClientHTTPConduit,HTTPConduit,JAXRSServiceImpl,JaxWsClientEndpointImpl,JaxWsEndpointImpl,JAXWSHttpSpiDestination,Jetty10WebSocketDestination,JettyHTTPDestination,KerberosClient,NettyHttpConduit,NettyHttpDestination,ServiceImpl,ServletDestination,STSClient,UndertowHTTPDestination,UndertowWebSocketDestination,URLConnectionHTTPConduit
public interface ConfigurableA 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBeanName()Get the configurable object's Bean name
-
-
-
Method Detail
-
getBeanName
String getBeanName()
Get the configurable object's Bean name- Returns:
- the bean name
-
-