Uses of Interface
org.apache.cxf.configuration.Configurable

Packages that use Configurable
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.jaxrs   
org.apache.cxf.jaxws.spring   
org.apache.cxf.jaxws.support   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.servlet   
 

Uses of Configurable in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement Configurable
 class EndpointImpl
           
 

Uses of Configurable in org.apache.cxf.jaxrs
 

Classes in org.apache.cxf.jaxrs that implement Configurable
 class JAXRSServiceImpl
           
 

Uses of Configurable in org.apache.cxf.jaxws.spring
 

Classes in org.apache.cxf.jaxws.spring that implement Configurable
static class EndpointDefinitionParser.SpringEndpointImpl
           
 

Uses of Configurable in org.apache.cxf.jaxws.support
 

Classes in org.apache.cxf.jaxws.support that implement Configurable
 class JaxWsClientEndpointImpl
           
 class JaxWsEndpointImpl
          A JAX-WS specific implementation of the CXF Endpoint interface.
 

Uses of Configurable in org.apache.cxf.service
 

Classes in org.apache.cxf.service that implement Configurable
 class ServiceImpl
           
 

Uses of Configurable in org.apache.cxf.transport.http
 

Classes in org.apache.cxf.transport.http that implement Configurable
 class AbstractHTTPDestination
          Common base for HTTP Destination implementations.
 class HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
 

Uses of Configurable in org.apache.cxf.transport.http_jetty
 

Classes in org.apache.cxf.transport.http_jetty that implement Configurable
 class JettyHTTPDestination
           
 

Uses of Configurable in org.apache.cxf.transport.servlet
 

Classes in org.apache.cxf.transport.servlet that implement Configurable
 class ServletDestination
           
 



Apache CXF