schemas.configuration.http-conf.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxf-bundle-minimal Show documentation
Show all versions of cxf-bundle-minimal Show documentation
Apache CXF Minimal Bundle Jar
The newest version!
Holds the parameters that configure
a client-side HTTP connection.
Holds the parameters that configure
the Basic Authentication that will be preemptively
used. Note, supplying a Basic Auth Supplier object
is the preferred approach.
Holds the parameters that configure
the Basic Authentication for an outgoing HTTP
Proxy Server.
Holds the parameters that configure
the underlying SSL/TLS JSSE client-side
of an HTTPS connection.
Holds the bean reference or class name
of an object that supplies Auth information
both preemptively and in response to a 401 HTTP
Challenge. This class must extend the abstract class
org.apache.cxf.transport.http.HttpBasicAuthSupplier.
Holds the bean reference or class name
of an object that checks the Http(s)URLConnection
that will establish trust for a connection with an
HTTP(S) server, before any information is sent to the
server, namely Basic Auth information. This class
must extend the abstract class
org.apache.cxf.transport.http.MessageTrustDecider.
Holds the parameters that configure
a server-side HTTP connection.
Holds the parameters that configure
the context match strategy for processing an HTTP request.
Signifies whether the parameter order of
an HTTP request handled by this destination is fixed.