Uses of Interface
org.apache.cxf.configuration.Configurable
Packages that use Configurable
Package
Description
-
Uses of Configurable in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement Configurable -
Uses of Configurable in org.apache.cxf.jaxrs
Classes in org.apache.cxf.jaxrs that implement ConfigurableModifier and TypeClassDescriptionclassThe 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 -
Uses of Configurable in org.apache.cxf.jaxws.spring
Classes in org.apache.cxf.jaxws.spring that implement Configurable -
Uses of Configurable in org.apache.cxf.jaxws.support
Classes in org.apache.cxf.jaxws.support that implement ConfigurableModifier and TypeClassDescriptionclassclassA JAX-WS specific implementation of the CXFEndpointinterface. -
Uses of Configurable in org.apache.cxf.jaxws22
Classes in org.apache.cxf.jaxws22 that implement ConfigurableModifier and TypeClassDescriptionclassDeprecated.- all functionality moved to superclass - create superclass instead -
Uses of Configurable in org.apache.cxf.service
Classes in org.apache.cxf.service that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement ConfigurableModifier and TypeClassDescriptionclassCommon base for HTTP Destination implementations.classclassThis Conduit handles the "http" and "https" transport protocols.class -
Uses of Configurable in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.http_jetty
Classes in org.apache.cxf.transport.http_jetty that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.http_undertow
Classes in org.apache.cxf.transport.http_undertow that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.http.asyncclient
Classes in org.apache.cxf.transport.http.asyncclient that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.http.asyncclient.hc5
Classes in org.apache.cxf.transport.http.asyncclient.hc5 that implement ConfigurableModifier and TypeClassDescriptionclassAsync HTTP Conduit using Apache HttpClient 5 -
Uses of Configurable in org.apache.cxf.transport.http.netty.client
Classes in org.apache.cxf.transport.http.netty.client that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.http.netty.server
Classes in org.apache.cxf.transport.http.netty.server that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.servlet
Classes in org.apache.cxf.transport.servlet that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.websocket.ahc
Classes in org.apache.cxf.transport.websocket.ahc that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.websocket.atmosphere
Classes in org.apache.cxf.transport.websocket.atmosphere that implement ConfigurableModifier and TypeClassDescriptionclassclassWebSocket Servlet Destination based on Atmosphereclass -
Uses of Configurable in org.apache.cxf.transport.websocket.jetty11
Classes in org.apache.cxf.transport.websocket.jetty11 that implement Configurable -
Uses of Configurable in org.apache.cxf.transport.websocket.undertow
Classes in org.apache.cxf.transport.websocket.undertow that implement Configurable -
Uses of Configurable in org.apache.cxf.ws.security.kerberos
Classes in org.apache.cxf.ws.security.kerberos that implement ConfigurableModifier and TypeClassDescriptionclassA 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 ConfigurableModifier and TypeClassDescriptionclassAn abstract class with some functionality to invoke on a SecurityTokenService (STS) via the WS-Trust protocol.classA extension of AbstractSTSClient to communicate with an STS and return a SecurityToken to the client.