Apache CXF API

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.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
          The CXF Service implementation which is used to register the JAX-RS endpoint with the runtime.
 

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 API

Apache CXF