Apache CXF API

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

Packages that use Configurable
org.apache.cxf.endpoint   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxws.spring   
org.apache.cxf.jaxws.support   
org.apache.cxf.service   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.client   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.servlet   
org.apache.cxf.transport.websocket.ahc   
org.apache.cxf.transport.websocket.atmosphere   
org.apache.cxf.transport.websocket.jetty   
org.apache.cxf.ws.security.kerberos   
org.apache.cxf.ws.security.trust   
 

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.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.
 class URLConnectionHTTPConduit
           
 

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.http.asyncclient
 

Classes in org.apache.cxf.transport.http.asyncclient that implement Configurable
 class AsyncHTTPConduit
           
 

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

Classes in org.apache.cxf.transport.http.netty.client that implement Configurable
 class NettyHttpConduit
           
 

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

Classes in org.apache.cxf.transport.http.netty.server that implement Configurable
 class NettyHttpDestination
           
 

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.transport.websocket.ahc
 

Classes in org.apache.cxf.transport.websocket.ahc that implement Configurable
 class AhcWebSocketConduit
           
 

Uses of Configurable in org.apache.cxf.transport.websocket.atmosphere
 

Classes in org.apache.cxf.transport.websocket.atmosphere that implement Configurable
 class AtmosphereWebSocketServletDestination
           
 

Uses of Configurable in org.apache.cxf.transport.websocket.jetty
 

Classes in org.apache.cxf.transport.websocket.jetty that implement Configurable
 class JettyWebSocketDestination
           
 class JettyWebSocketServletDestination
           
 

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 AbstractSTSClient
          An abstract class with some functionality to invoke on a SecurityTokenService (STS) via the WS-Trust protocol.
 class STSClient
          A extension of AbstractSTSClient to communicate with an STS and return a SecurityToken to the client.
 


Apache CXF API

Apache CXF