A B C D E F G H I K L M N O P R S T U V

A

AbstractCXFServlet - Class in org.apache.cxf.transport.servlet
 
AbstractCXFServlet() - Constructor for class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
AbstractHTTPDestination - Class in org.apache.cxf.transport.http
Common base for HTTP Destination implementations.
AbstractHTTPDestination(Bus, ConduitInitiator, EndpointInfo, boolean) - Constructor for class org.apache.cxf.transport.http.AbstractHTTPDestination
Constructor
AbstractHTTPDestination.BackChannelConduit - Class in org.apache.cxf.transport.http
Backchannel conduit.
AbstractHTTPTransportFactory - Class in org.apache.cxf.transport.http
As a ConduitInitiator, this class sets up new HTTPConduits for particular endpoints.
AbstractHTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
 
accept - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
acceptEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
acceptLanguage - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
activationNamespaces - Variable in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This collection contains "activationNamespaces" which is synominous with "transportId"s.
addLogHandler(Handler) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
allowChunking - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
assertClientPolicy(Message, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Asserts all HTTPClientPolicy assertions that are compatible with the specified client policy.
assertMessage(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
assertMessage(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
assertServerPolicy(Message, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Asserts all HTTPServerPolicy assertions that are equal to the specified server policy.
autoRedirect - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 

B

browserType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
buildAssertion() - Method in class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
buildAssertion() - Method in class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
buildCompatible(Assertion, Assertion) - Method in class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
buildCompatible(Assertion, Assertion) - Method in class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
bus - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
bus - Variable in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
The CXF Bus which this HTTPTransportFactory is governed.
bus - Variable in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 

C

cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
cachedStream - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This field contains the output stream with which we cache the request.
cachingForRetransmission - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This boolean is true if the request must be cached.
canAssert(QName) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
canAssert(QName) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
chunking - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
If we are going to be chunking, we won't flush till close which causes new chunks, small network packets, etc..
ClientCacheControlType - Enum in org.apache.cxf.transports.http.configuration
Java class for clientCacheControlType.
ClientOnlyHTTPTransportFactory - Class in org.apache.cxf.transport.http
 
ClientOnlyHTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory
 
close(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
close() - Method in class org.apache.cxf.transport.http.HTTPConduit
Close the conduit
close() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
Perform any actions required on stream closure (handle response etc.)
compatible(HTTPClientPolicy, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Checks if two HTTPClientPolicy objects are compatible.
compatible(HTTPServerPolicy, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Checks if two HTTPServerPolicy objects are compatible.
conduitInitiator - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
configure(Object) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This call uses the Configurer from the bus to configure a bean.
connection - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This field contains the currently active connection.
connection - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
connectionFactory - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field holds the connection factory, which primarily is used to factor out SSL specific code from this implementation.
connectionTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
ConnectionType - Enum in org.apache.cxf.transports.http.configuration
Java class for connectionType.
contentEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
contentLocation - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
contextMatchOnExact() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
contextMatchStrategy - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
controller - Variable in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
cookie - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
copyRequestHeaders(Message, Map<String, List<String>>) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Copy the request headers into the message.
copyResponseHeaders(Message, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Copy the response headers into the response.
createClient(HTTPClientPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPClientPolicy>}
createConnection(Proxy, URL) - Method in interface org.apache.cxf.transport.http.HttpURLConnectionFactory
Create an HttpURLConnection, proxified if neccessary.
createConnection(Proxy, URL) - Method in class org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl
This call creates an URLConnection for an HTTP url.
createConnection(Proxy, URL) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
Create a HttpURLConnection, proxified if necessary.
createContextMatchStrategy(String) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<String>}
createEndpointInfo(ServiceInfo, BindingInfo, Port) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
 
createFixedParameterOrder(Boolean) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<Boolean>}
createHTTPClientPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPClientPolicy
createHTTPServerPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPServerPolicy
createPortExtensors(EndpointInfo, Service) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
 
createServer(HTTPServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPServerPolicy>}
createServletController(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
createServletTransportFactory() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
createUserPass(String, String) - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
This method is used by extensions of this class to create a UserPass to return.
CXFNonSpringServlet - Class in org.apache.cxf.transport.servlet
 
CXFNonSpringServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFServlet - Class in org.apache.cxf.transport.servlet
A Servlet which supports loading of JAX-WS endpoints from an XML file and handling requests for endpoints created via other means such as Spring beans, or the Java API.
CXFServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFServlet
 

D

decorateWithTLS(HttpsURLConnection) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This method assigns the various TLS parameters on the HttpsURLConnection from the TLS Client Parameters.
decoupledEndpoint - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
destroy() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
destroy() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 

E

enabledCipherSuite - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the cipherSuite enabled in the HTTPS URLconnection.
equals(HTTPClientPolicy, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Determines if two HTTPClientPolicy objects are equal.
equals(HTTPServerPolicy, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Determines if two HTTPServerPolicy objects are equal.
establishTrust(String, URLConnectionInfo, Message) - Method in class org.apache.cxf.transport.http.MessageTrustDecider
This method is called when a Message is about to be sent out over an HTTPConduit.

F

finalizeConfig() - Method in class org.apache.cxf.transport.http.HTTPConduit
This call gets called by the HTTPTransportFactory after it causes an injection of the Spring configuration properties of this Conduit.
fixedParameterOrder - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
flush() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
flushHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
 

G

generateNotFound(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
get(Object) - Method in class org.apache.cxf.transport.http.HTTPSession
 
getAccept() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the accept property.
getAcceptEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the acceptEncoding property.
getAcceptLanguage() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the acceptLanguage property.
getAddress() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getAddressValue(EndpointInfo) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAddressValue(EndpointInfo, boolean) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAddressWithId(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAsStream(String) - Method in class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
getAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Authorization Policy that was configured or explicitly set for this HTTPConduit.
getBackChannel() - Method in class org.apache.cxf.transport.http.HTTPConduit
Retreive the back-channel Destination.
getBasePath(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBasePath(String) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getBasicAuthSupplier() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Basic Auth Supplier that was set/configured for this HTTPConduit.
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpBasicAuthSupplierBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
getBeanName() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBeanName() - Method in class org.apache.cxf.transport.http.HTTPConduit
This is part of the Configurable interface which retrieves the configuration from spring injection.
getBrowserType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the browserType property.
getBus() - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This method returns the CXF Bus under which this HTTPTransportFactory is governed.
getBus() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
getCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the cacheControl property.
getCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the cacheControl property.
getCiphersuites(List<String>, String[], FiltersType, Logger, boolean) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getClient(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getClient() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method retrieves the Client Side Policy set/configured for this HTTPConduit.
getClient(Message, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a HTTPClientPolicy that is compatible with the assertions included in the service, endpoint, operation and message policy subjects AND the HTTPClientPolicy passed as a second argument.
getClient(PolicyEngine, EndpointInfo, Conduit) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a HTTPClientPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions.
getConduit(EndpointInfo) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This call creates a new HTTPConduit for the endpoint.
getConduit(EndpointInfo, EndpointReferenceType) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.
getConduitName() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the name of the conduit, which is based on the endpoint name plus the SC_HTTP_CONDUIT_SUFFIX.
getConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the connection property.
getConnectionInfo(HttpURLConnection) - Method in interface org.apache.cxf.transport.http.HttpURLConnectionFactory
This method returns Connection Info objects for the particular connection.
getConnectionInfo(HttpURLConnection) - Method in class org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl
This operation returns the HttpURLConnectionInfo object that represents the HttpURLConnection.
getConnectionInfo(HttpURLConnection) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This operation returns an HttpsURLConnectionInfo for the given HttpsURLConnection.
getConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the connectionTimeout property.
getContentEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the contentEncoding property.
getContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the contentLocation property.
getContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the contentType property.
getContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the contentType property.
getContextMatchStrategy() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getController() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
getCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the cookie property.
getCookies() - Method in class org.apache.cxf.transport.http.HTTPConduit
Allow access to the cookies that the conduit is maintaining
getDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the decoupledEndpoint property.
getDecoupledObserver() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getDerivative() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
getDestination(EndpointInfo) - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getDestinationForPath(String) - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getDestinations() - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getDestinationsPaths() - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getEnabledCipherSuite() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the cipher suite employed in this HttpsURLConnection.
getEndpointInfo() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the host property.
getHttpRequestMethod() - Method in class org.apache.cxf.transport.http.HttpURLConnectionInfo
This method returns the request method on the represented HttpURLConnection.
getId(Map) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getInbuiltBackChannel(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpBasicAuthSupplierBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
getKeyManagers(KeyManagersType) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts the JAXB KeyManagersType into a list of JSSE KeyManagers.
getKeyPassword(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeyStore(KeyStoreType) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts a JAXB generated KeyStoreType into a KeyStore.
getKeyStore(CertStoreType) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts a JAXB generated CertStoreType into a KeyStore.
getKeystore(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystoreAlgorithm(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeyStoreManagers(String, String, String, String, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystorePassword(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystoreType(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getLocalCertificates() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the certificates that were used to authenticate to the peer.
getLocalPrincipal() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the Princpal that authenticated to the peer.
getLogger() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the registered Logger for this conduit.
getLogger() - Static method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
getLogger() - Static method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
getLogger() - Static method in class org.apache.cxf.transport.servlet.CXFServlet
 
getLogger() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getLogicalName() - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
This method returns the LogicalName of this HttpBasicAuthSupplier.
getLogicalName() - Method in class org.apache.cxf.transport.http.MessageTrustDecider
This method returns the logical name of this trust decider.
getMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the maxRetransmits property.
getMessageObserver() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getPartialResponse(HttpURLConnection, int) - Static method in class org.apache.cxf.transport.http.HTTPConduit
Get an input stream containing the partial response if one is present.
getPassword() - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier.UserPass
This method returns the password.
getPeerPrincipal() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the Principal that represents the authenticated peer.
getPreemptiveUserPass(String, URL, Message) - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
The HTTPConduit makes a call to this method before connecting to the server behind a particular URL.
getProxyAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method retrieves the Proxy Authorization Policy for a proxy that is set/configured for this HTTPConduit.
getProxyServer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the proxyServer property.
getProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the proxyServerPort property.
getProxyServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the proxyServerType property.
getReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the receiveTimeout property.
getReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the receiveTimeout property.
getRedirectURL() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the redirectURL property.
getReferer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the referer property.
getRequireClientAuthentication(boolean, Boolean, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSecureRandom(SecureRandomParameters) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts the JAXB generated type into a SecureRandom.
getSecureSocketProtocol(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getServer() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getServer(Message, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a HTTPServerPolicy that is compatible with the assertions included in the service, endpoint, operation and message policy subjects AND the HTTPServerPolicy passed as a second argument.
getServer(PolicyEngine, EndpointInfo, Destination) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a HTTPServerPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions.
getServerCertificates() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the certificates presented by the peer for authentication.
getServerSupportedCipherSuites(SSLContext) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the serverType property.
getSession() - Method in class org.apache.cxf.transport.http.HTTPSession
 
getSSLContext(String, KeyManager[], TrustManager[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSupportedCipherSuites(SSLContext) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTlsClientParameters() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the TLS Client Parameters that is set/configured for this HTTPConduit.
getTrustDecider() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Trust Decider that was set/configured for this HTTPConduit.
getTrustManagers(TrustManagersType) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts the JAXB KeyManagersType into a list of JSSE TrustManagers.
getTrustStore(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreAlgorithm(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreManagers(boolean, String, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreType(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getUnSupported() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
getUriPrefixes() - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
 
getURL() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getURL(boolean) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getURL() - Method in class org.apache.cxf.transport.http.URLConnectionInfo
This field returns the URL associated with the connection in question.
getUserid() - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier.UserPass
This method returns the userid.
getUserPassForRealm(String, URL, Message, String) - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
The HTTPConduit makes a call to this method if it receives a 401 response to a particular URL for a given message.
getWantClientAuthentication(boolean, Boolean, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 

H

handleHeadersTrustCaching() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleResponse() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This procedure is called on the close of the output stream so we are ready to handle the response from the connection.
handleRetransmits() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This procedure handles all retransmits, if any.
honorKeepAlive - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
host - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
HTTP_CONTEXT - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_REQUEST - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_RESPONSE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_URL_PROTOCOL_ID - Static variable in class org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl
 
HttpBasicAuthSupplier - Class in org.apache.cxf.transport.http
This abstract class is extended by developers who need HTTP Basic Auth functionality on the client side.
HttpBasicAuthSupplier() - Constructor for class org.apache.cxf.transport.http.HttpBasicAuthSupplier
The default constructor assigns the class name as the LogicalName.
HttpBasicAuthSupplier(String) - Constructor for class org.apache.cxf.transport.http.HttpBasicAuthSupplier
This constructor assigns the LogicalName of this HttpBasicAuthSupplier.
HttpBasicAuthSupplier.UserPass - Class in org.apache.cxf.transport.http
This class is used to return the values of the userid and password used in the HTTP Authorization Header.
HttpBasicAuthSupplierBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpBasicAuthSupplierBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpBasicAuthSupplierBeanDefinitionParser
 
HTTPClientAssertionBuilder - Class in org.apache.cxf.transport.http.policy
 
HTTPClientAssertionBuilder() - Constructor for class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
HTTPClientPolicy - Class in org.apache.cxf.transports.http.configuration
HTTP client configuration properties.
HTTPClientPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
HTTPCLIENTPOLICY_ASSERTION_QNAME - Static variable in class org.apache.cxf.transport.http.policy.PolicyUtils
 
HTTPConduit - Class in org.apache.cxf.transport.http
This Conduit handles the "http" and "https" transport protocols.
HTTPConduit(Bus, EndpointInfo) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
Constructor
HTTPConduit(Bus, EndpointInfo, EndpointReferenceType) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
Constructor
HTTPConduit.InterposedMessageObserver - Class in org.apache.cxf.transport.http
Used to set appropriate message properties, exchange etc.
HTTPConduit.InterposedMessageObserver() - Constructor for class org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
 
HTTPConduit.WrappedOutputStream - Class in org.apache.cxf.transport.http
Wrapper output stream responsible for flushing headers and handling the incoming HTTP-level response (not necessarily the MEP response).
HTTPConduit.WrappedOutputStream(Message, HttpURLConnection, boolean, boolean) - Constructor for class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
HttpConduitBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpConduitBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
HTTPCONF_NAMESPACE - Static variable in class org.apache.cxf.transport.http.policy.PolicyUtils
 
HttpDestinationBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpDestinationBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
HTTPS_URL_PROTOCOL_ID - Static variable in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This constant holds the URL Protocol Identifier for HTTPS
HTTPServerAssertionBuilder - Class in org.apache.cxf.transport.http.policy
 
HTTPServerAssertionBuilder() - Constructor for class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
HTTPServerPolicy - Class in org.apache.cxf.transports.http.configuration
HTTP Server configuration properties.
HTTPServerPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
HTTPSERVERPOLICY_ASSERTION_QNAME - Static variable in class org.apache.cxf.transport.http.policy.PolicyUtils
 
HTTPSession - Class in org.apache.cxf.transport.http
A session implementation bound to HTTP.
HTTPSession(HttpServletRequest) - Constructor for class org.apache.cxf.transport.http.HTTPSession
 
HttpsURLConnectionFactory - Class in org.apache.cxf.transport.https
This HttpsURLConnectionFactory implements the HttpURLConnectionFactory for using the given SSL Policy to configure TLS connections for "https:" URLs.
HttpsURLConnectionFactory(TLSClientParameters) - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This constructor initialized the factory with the configured TLS Client Parameters for the HTTPConduit for which this factory is used.
HttpsURLConnectionInfo - Class in org.apache.cxf.transport.https
This class holds information about the HttpsURLConnection.
HttpURLConnectionFactory - Interface in org.apache.cxf.transport.http
The primary purpose for this interface is to generate HttpURLConnections and retrieve information about the connections.
HttpURLConnectionFactoryImpl - Class in org.apache.cxf.transport.http
This class is a URLConnectionFactory that creates URLConnections for the HTTP protocol.
HttpURLConnectionFactoryImpl() - Constructor for class org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl
 
HttpURLConnectionInfo - Class in org.apache.cxf.transport.http
This class contains the information about the HTTP Connection that will be making an HTTP request.
HttpURLConnectionInfo(HttpURLConnection) - Constructor for class org.apache.cxf.transport.http.HttpURLConnectionInfo
This constructor takes the HttpURLConnection and extracts the httpRequestMethod.

I

init() - Method in class org.apache.cxf.transport.http.spring.NamespaceHandler
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
intersect(HTTPClientPolicy, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a new HTTPClientPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
intersect(HTTPServerPolicy, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a new HTTPServerPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
invoke(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
invokeDestination(HttpServletRequest, HttpServletResponse, ServletDestination) - Method in class org.apache.cxf.transport.servlet.ServletController
 
isAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the allowChunking property.
isAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the autoRedirect property.
isFixedParameterOrder() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the honorKeepAlive property.
isMultiplexWithAddress() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isOneWay(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isSetAccept() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAcceptEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAcceptLanguage() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetBrowserType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetContentEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetRedirectURL() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetReferer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the suppressClientReceiveErrors property.
isSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the suppressClientSendErrors property.

K

KEY_HTTP_CONNECTION - Static variable in class org.apache.cxf.transport.http.HTTPConduit
This constant is the Message(Map) key for the HttpURLConnection that is used to get the response.

L

loadBus(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
loadBus(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
loadBus(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
loadCACert(String) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
loadClientCredential(String) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
loadKeyStore(KeyManagerFactory, KeyStore, ByteArrayInputStream, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
localCertificates - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the certificates that were used to authenticate the connection to the peer.
localPrincipal - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the Principal that authenticated to the peer.
logicalName - Variable in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
This field contains the logical name of this HttpBasicAuthSuppler.
logicalName - Variable in class org.apache.cxf.transport.http.MessageTrustDecider
This field contains the "logical" name of this Message Trust Decider.
logUnSupportedPolicies(Object, boolean, String[], Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 

M

mapBeanOrClassElement(Element, BeanDefinitionBuilder, Class) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
This method finds the class or bean associated with the named element and sets the bean property that is associated with the same name as the element.
mapTLSClientParameters(Node, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
Inject the "setTlsClientParameters" method with a TLSClientParametersConfig object initialized with the JAXB generated type unmarshalled from the selected node.
markPartialResponse(Message, EndpointReferenceType) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Mark message as a partial message.
maxRetransmits - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
MessageTrustDecider - Class in org.apache.cxf.transport.http
The HTTPConduit calls upon this object to establish trust just before a message within the HTTP Conduit is sent out.
MessageTrustDecider() - Constructor for class org.apache.cxf.transport.http.MessageTrustDecider
This default constructor sets the "logical" name of the trust decider to be its class name.
MessageTrustDecider(String) - Constructor for class org.apache.cxf.transport.http.MessageTrustDecider
This constructor is used to set the logical name of the trust decider.
MessageTrustDeciderBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
MessageTrustDeciderBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
multiplexWithAddress - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 

N

NamespaceHandler - Class in org.apache.cxf.transport.http.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.transport.http.spring.NamespaceHandler
 

O

ObjectFactory - Class in org.apache.cxf.transports.http.configuration
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.transports.http.configuration package.
ObjectFactory() - Constructor for class org.apache.cxf.transports.http.configuration.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transports.http.configuration
onFirstWrite() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
Perform any actions required on stream flush (freeze headers, reset output stream ...
onMessage(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
Called for an incoming message.
org.apache.cxf.configuration.jsse.spring - package org.apache.cxf.configuration.jsse.spring
 
org.apache.cxf.transport.http - package org.apache.cxf.transport.http
 
org.apache.cxf.transport.http.policy - package org.apache.cxf.transport.http.policy
 
org.apache.cxf.transport.http.spring - package org.apache.cxf.transport.http.spring
 
org.apache.cxf.transport.https - package org.apache.cxf.transport.https
 
org.apache.cxf.transport.servlet - package org.apache.cxf.transport.servlet
 
org.apache.cxf.transports.http.configuration - package org.apache.cxf.transports.http.configuration
 
outMessage - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 

P

peerPrincipal - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the Principal that represents the authenticated peer.
PolicyUtils - Class in org.apache.cxf.transport.http.policy
 
prepare(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
prepare(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
Prepare to send an outbound HTTP message over this http conduit to a particular endpoint.
propogateSecureSession(HttpServletRequest, Message) - Static method in class org.apache.cxf.transport.https.SSLUtils
Propogate in the message a TLSSessionInfo instance representative of the TLS-specific information in the HTTP request.
PROTOCOL_HEADERS_CONTENT_TYPE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
proxyServer - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
proxyServerPort - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
proxyServerType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
ProxyServerType - Enum in org.apache.cxf.transports.http.configuration
Java class for proxyServerType.
put(Object, Object) - Method in class org.apache.cxf.transport.http.HTTPSession
 

R

receiveTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
receiveTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
redirectURL - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
referer - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
register() - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
registerWithBindingManager() - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This call gets called after this class is instantiated by Spring.
removeDestination(String) - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
replaceDestinationFactory() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
resolve(String, Class<T>) - Method in class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
response - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
 
retrieveConnectionFactory() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the connectionFactory field for this object.

S

server - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
ServerCacheControlType - Enum in org.apache.cxf.transports.http.configuration
Java class for serverCacheControlType.
serverCertificates - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the certificates the server presented to authenticate.
serverType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
ServletContextResourceResolver - Class in org.apache.cxf.transport.servlet
 
ServletContextResourceResolver(ServletContext) - Constructor for class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
ServletController - Class in org.apache.cxf.transport.servlet
 
ServletController(ServletTransportFactory, AbstractCXFServlet) - Constructor for class org.apache.cxf.transport.servlet.ServletController
 
ServletDestination - Class in org.apache.cxf.transport.servlet
 
ServletDestination(Bus, ConduitInitiator, EndpointInfo, ServletTransportFactory, String) - Constructor for class org.apache.cxf.transport.servlet.ServletDestination
Constructor, allowing subsititution of configuration.
servletTransportFactory - Variable in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
ServletTransportFactory - Class in org.apache.cxf.transport.servlet
 
ServletTransportFactory(Bus) - Constructor for class org.apache.cxf.transport.servlet.ServletTransportFactory
 
ServletTransportFactory() - Constructor for class org.apache.cxf.transport.servlet.ServletTransportFactory
 
setAccept(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the accept property.
setAcceptEncoding(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the acceptEncoding property.
setAcceptLanguage(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the acceptLanguage property.
setActivationNamespaces(Collection<String>) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This call is used by CXF ExtensionManager to inject the activationNamespaces
setAllowChunking(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the allowChunking property.
setAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method is used to set the Authorization Policy for this conduit.
setAutoRedirect(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the autoRedirect property.
setBasicAuthSupplier(HttpBasicAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Trust Decider for this HTTP Conduit.
setBrowserType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the browserType property.
setBus(Bus) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This method is used by Spring to inject the bus.
setBus(Bus) - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
setCacheControl(ClientCacheControlType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cacheControl property.
setCacheControl(ServerCacheControlType) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the cacheControl property.
setClient(HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Client Side Policy for this HTTPConduit.
setConnection(ConnectionType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the connection property.
setConnectionTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the connectionTimeout property.
setContentEncoding(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentEncoding property.
setContentLocation(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentLocation property.
setContentType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the contentType property.
setContentType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentType property.
setContextMatchStrategy(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setCookie(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cookie property.
setDecoupledEndpoint(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the decoupledEndpoint property.
setDisableAddressUpdates(boolean) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setFixedParameterOrder(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setForcedBaseAddress(String) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Cache HTTP headers in message.
setHideServiceList(boolean) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setHonorKeepAlive(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the honorKeepAlive property.
setHost(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the host property.
setMaxRetransmits(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the maxRetransmits property.
setMultiplexWithAddress(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setProxyAuthorization(ProxyAuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Proxy Authorization Policy for a specified proxy.
setProxyServer(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServer property.
setProxyServerPort(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServerPort property.
setProxyServerType(ProxyServerType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServerType property.
setReceiveTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the receiveTimeout property.
setReceiveTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the receiveTimeout property.
setRedirectURL(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the redirectURL property.
setReferer(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the referer property.
setServer(HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setServerType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the serverType property.
setSuppressClientReceiveErrors(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the suppressClientReceiveErrors property.
setSuppressClientSendErrors(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the suppressClientSendErrors property.
setTlsClientParameters(TLSClientParameters) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the TLS Client Parameters for this HTTPConduit.
setTrustDecider(MessageTrustDecider) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Trust Decider for this HTTP Conduit.
setupMessage(Message, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
shutdown() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
SSLUtils - Class in org.apache.cxf.transport.https
Holder for utility methods related to manipulating SSL settings, common to the connection and listener factories (previously duplicated).
suppressClientReceiveErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
suppressClientSendErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 

T

testAllDataHasSetupMethod(Object, String[], String[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
theURL - Variable in class org.apache.cxf.transport.http.URLConnectionInfo
The URL the connection is associated with.
TLSClientParametersConfig - Class in org.apache.cxf.configuration.jsse.spring
This class provides the TLSClientParameters that programmatically configure a HTTPConduit.
TLSClientParametersConfig(TLSClientParametersType) - Constructor for class org.apache.cxf.configuration.jsse.spring.TLSClientParametersConfig
 
TLSParameterJaxBUtils - Class in org.apache.cxf.configuration.jsse.spring
This class provides some functionality to convert the JAXB generated types in the security.xsd to the items needed to programatically configure the HTTPConduit and HTTPDestination with TLSClientParameters and TLSServerParameters respectively.
TLSServerParametersConfig - Class in org.apache.cxf.configuration.jsse.spring
This class is used by Spring Config to convert the TLSServerParameters JAXB generated type into programmatic TLS Server Parameters for the configuration of the http-destination.
TLSServerParametersConfig(TLSServerParametersType) - Constructor for class org.apache.cxf.configuration.jsse.spring.TLSServerParametersConfig
 
toString(HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
 
toString(HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
 

U

unsetAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
UntrustedURLConnectionIOException - Exception in org.apache.cxf.transport.http
This exception is thrown by the JSSETrustDecider when trust in the TLS cannot be established.
UntrustedURLConnectionIOException(String) - Constructor for exception org.apache.cxf.transport.http.UntrustedURLConnectionIOException
This exception should mention a good reason of why this JSSE established connection is untrusted.
updateResponseHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
URLConnectionInfo - Class in org.apache.cxf.transport.http
This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
URLConnectionInfo(URLConnection) - Constructor for class org.apache.cxf.transport.http.URLConnectionInfo
This constructor is used to represent a URLConnection.

V

value() - Method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ConnectionType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
 
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
Returns an array containing the constants of this enum type, in the order they're declared.

A B C D E F G H I K L M N O P R S T U V

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.