Apache CXF API

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

Packages that use Configurable
org.apache.cxf.jaxws   
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.jms   
org.apache.cxf.transport.servlet   
 

Uses of Configurable in org.apache.cxf.jaxws
 

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

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.jms
 

Classes in org.apache.cxf.transport.jms that implement Configurable
 class JMSConduit
           
 class JMSDestination
           
 

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