Apache CXF API

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

Packages that use Configurable
org.apache.cxf.binding.soap.tcp   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.spring   
org.apache.cxf.jaxws.support   
org.apache.cxf.jaxws22.spring   
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_jaxws_spi   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.servlet   
org.apache.cxf.ws.security.kerberos   
org.apache.cxf.ws.security.trust   
 

Uses of Configurable in org.apache.cxf.binding.soap.tcp
 

Classes in org.apache.cxf.binding.soap.tcp that implement Configurable
 class BackendTcpConduit
           
 class TCPConduit
           
 

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

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

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.jaxws22.spring
 

Classes in org.apache.cxf.jaxws22.spring that implement Configurable
 class JAXWS22SpringEndpointImpl
           
 

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_jaxws_spi
 

Classes in org.apache.cxf.transport.http_jaxws_spi that implement Configurable
 class JAXWSHttpSpiDestination
           
 

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
           
 

Uses of Configurable in org.apache.cxf.ws.security.kerberos
 

Classes in org.apache.cxf.ws.security.kerberos that implement Configurable
 class KerberosClient
          A class that obtains a ticket from a KDC and wraps it in a SecurityToken object.
 

Uses of Configurable in org.apache.cxf.ws.security.trust
 

Classes in org.apache.cxf.ws.security.trust that implement Configurable
 class STSClient
           
 


Apache CXF API

Apache CXF