JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Apache CXF API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.cxf.configuration
Interface Configurable
All Known Implementing Classes:
AbstractHTTPDestination
,
AbstractSTSClient
,
AhcWebSocketConduit
,
AsyncHTTPConduit
,
AtmosphereWebSocketJettyDestination
,
AtmosphereWebSocketServletDestination
,
EndpointDefinitionParser.SpringEndpointImpl
,
EndpointImpl
,
EndpointImpl
,
EndpointImpl
,
HTTPConduit
,
JAXRSServiceImpl
,
JaxWsClientEndpointImpl
,
JaxWsEndpointImpl
,
JAXWSHttpSpiDestination
,
Jetty9WebSocketDestination
,
JettyHTTPDestination
,
JettyWebSocketDestination
,
KerberosClient
,
NettyHttpConduit
,
NettyHttpDestination
,
ServiceImpl
,
ServletDestination
,
STSClient
,
URLConnectionHTTPConduit
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
Methods
Modifier and Type
Method and Description
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Apache CXF API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Apache CXF