Uses of Interface
org.apache.cxf.configuration.Configurable
-
Packages that use Configurable Package Description org.apache.cxf.endpoint Client and Server related classes.org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service modelorg.apache.cxf.transport.http org.apache.cxf.transport.http_jaxws_spi org.apache.cxf.ws.security.kerberos org.apache.cxf.ws.security.trust org.jboss.wsf.stack.cxf.addons.transports.undertow -
-
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.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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Configurable Modifier and Type Class Description classorg.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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Configurable Modifier and Type Class Description classorg.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 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. -
Uses of Configurable in org.jboss.wsf.stack.cxf.addons.transports.undertow
Classes in org.jboss.wsf.stack.cxf.addons.transports.undertow that implement Configurable Modifier and Type Class Description classUndertowServerDestinationHTTP destination to be used with Undertow; this extends the basic JAXWSHttpSpiDestination with all the mechanisms for properly handling destination and factory life-cycles.
-