This element holds the parameters that configure
the client side of an Http connection.
This element holds the parameters that configure
the Basic Authentication that will be premptively
used. Note, supplying a Basic Auth Supplier object
is the preferred approach.
This element holds the parameters that configure
the Basic Authentication for an outgoing Http
Proxy Server.
This element holds the parameters that configure
the underlying SSL/TLS JSSE client side
of an Https connection.
This element holds the bean reference or class name
of an object that supplies Basic Auth information
both prememptively and in response to a 401 Http
Challenge. This class must extend the abstract class
org.apache.cxf.transport.http.BasicAuthSupplier.
This element 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.
This element holds the parameters that configure
the server side of an Http connection.
This element holds the parameters that configure
the context match strategy for processing an Http request.
This element signifies whether the parameter order of
an Http request handled by this destination is fixed.