Apache CXF API

org.apache.cxf.configuration
Interface Configurable

All Known Implementing Classes:
AbstractHTTPDestination, BackendTcpConduit, EndpointDefinitionParser.SpringEndpointImpl, EndpointImpl, EndpointImpl, EndpointImpl, HTTPConduit, JAXRSServiceImpl, JAXWS22SpringEndpointImpl, JaxWsClientEndpointImpl, JaxWsEndpointImpl, JAXWSHttpSpiDestination, JettyHTTPDestination, KerberosClient, ServiceImpl, ServletDestination, STSClient, TCPConduit

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
 String getBeanName()
          Get the configurable object's Bean name
 

Method Detail

getBeanName

String getBeanName()
Get the configurable object's Bean name

Returns:
the bean name

Apache CXF API

Apache CXF