Uses of Interface
org.apache.cxf.configuration.Configurable
-
-
Uses of Configurable in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement Configurable Modifier and Type Class Description classEndpointImpl -
Uses of Configurable in org.apache.cxf.jaxrs
Classes in org.apache.cxf.jaxrs that implement Configurable Modifier and Type Class Description classJAXRSServiceImplThe 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 Modifier and Type Class Description classEndpointImpl -
Uses of Configurable in org.apache.cxf.jaxws.spring
Classes in org.apache.cxf.jaxws.spring that implement Configurable Modifier and Type Class Description static classEndpointDefinitionParser.SpringEndpointImpl -
Uses of Configurable in org.apache.cxf.jaxws.support
Classes in org.apache.cxf.jaxws.support that implement Configurable Modifier and Type Class Description classJaxWsClientEndpointImplclassJaxWsEndpointImplA JAX-WS specific implementation of the CXFEndpointinterface. -
Uses of Configurable in org.apache.cxf.jaxws22
Classes in org.apache.cxf.jaxws22 that implement Configurable Modifier and Type Class Description classEndpointImplDeprecated.- 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 Modifier and Type Class Description classServiceImpl -
Uses of Configurable in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement Configurable Modifier and Type Class Description classAbstractHTTPDestinationCommon base for HTTP Destination implementations.classHttpClientHTTPConduitclassHTTPConduitThis Conduit handles the "http" and "https" transport protocols.classURLConnectionHTTPConduit -
Uses of Configurable in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement Configurable Modifier and Type Class Description classJAXWSHttpSpiDestination -
Uses of Configurable in org.apache.cxf.transport.http_jetty
Classes in org.apache.cxf.transport.http_jetty that implement Configurable Modifier and Type Class Description classJettyHTTPDestination -
Uses of Configurable in org.apache.cxf.transport.http_undertow
Classes in org.apache.cxf.transport.http_undertow that implement Configurable Modifier and Type Class Description classUndertowHTTPDestination -
Uses of Configurable in org.apache.cxf.transport.http.asyncclient
Classes in org.apache.cxf.transport.http.asyncclient that implement Configurable Modifier and Type Class Description classAsyncHTTPConduit -
Uses of Configurable in org.apache.cxf.transport.http.asyncclient.hc5
Classes in org.apache.cxf.transport.http.asyncclient.hc5 that implement Configurable Modifier and Type Class Description classAsyncHTTPConduitAsync 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 Modifier and Type Class Description classNettyHttpConduit -
Uses of Configurable in org.apache.cxf.transport.http.netty.server
Classes in org.apache.cxf.transport.http.netty.server that implement Configurable Modifier and Type Class Description classNettyHttpDestination -
Uses of Configurable in org.apache.cxf.transport.servlet
Classes in org.apache.cxf.transport.servlet that implement Configurable Modifier and Type Class Description classServletDestination -
Uses of Configurable in org.apache.cxf.transport.websocket.ahc
Classes in org.apache.cxf.transport.websocket.ahc that implement Configurable Modifier and Type Class Description classAhcWebSocketConduit -
Uses of Configurable in org.apache.cxf.transport.websocket.atmosphere
Classes in org.apache.cxf.transport.websocket.atmosphere that implement Configurable Modifier and Type Class Description classAtmosphereWebSocketJettyDestinationclassAtmosphereWebSocketServletDestinationWebSocket Servlet Destination based on AtmosphereclassAtmosphereWebSocketUndertowDestination -
Uses of Configurable in org.apache.cxf.transport.websocket.jetty10
Classes in org.apache.cxf.transport.websocket.jetty10 that implement Configurable Modifier and Type Class Description classJetty10WebSocketDestination -
Uses of Configurable in org.apache.cxf.transport.websocket.undertow
Classes in org.apache.cxf.transport.websocket.undertow that implement Configurable Modifier and Type Class Description classUndertowWebSocketDestination -
Uses of Configurable in org.apache.cxf.ws.security.kerberos
Classes in org.apache.cxf.ws.security.kerberos that implement Configurable Modifier and Type Class Description classKerberosClientA 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 Modifier and Type Class Description classAbstractSTSClientAn abstract class with some functionality to invoke on a SecurityTokenService (STS) via the WS-Trust protocol.classSTSClientA extension of AbstractSTSClient to communicate with an STS and return a SecurityToken to the client.
-