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.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 TypeClassDescriptionclassorg.apache.cxf.transport.http.AbstractHTTPDestination -
Uses of Configurable in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement ConfigurableModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination -
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. -
Uses of Configurable in org.jboss.wsf.stack.cxf.addons.transports.undertow
Classes in org.jboss.wsf.stack.cxf.addons.transports.undertow that implement ConfigurableModifier and TypeClassDescriptionclassHTTP destination to be used with Undertow; this extends the basic JAXWSHttpSpiDestination with all the mechanisms for properly handling destination and factory life-cycles.