Index

A B C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractEnumConverter<E extends Enum<E>> - Class in io.quarkiverse.cxf
 
AbstractEnumConverter(Class<E>) - Constructor for class io.quarkiverse.cxf.AbstractEnumConverter
 
AbstractEnumConverter(Class<E>, Function<E, String>) - Constructor for class io.quarkiverse.cxf.AbstractEnumConverter
 
accept() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the MIME types the client is prepared to handle (e.g., HTML, JPEG, GIF, etc.)
acceptEncoding() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the encoding the client is prepared to handle (e.g., gzip)
acceptLanguage() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the language the client desires (e.g., English, French, etc.)
add(CXFServletInfo) - Method in class io.quarkiverse.cxf.CXFServletInfos
 
addBeans(List<String>, String, String, String, List<T>) - Static method in class io.quarkiverse.cxf.CXFRuntimeUtils
 
addBeansByType(List<Class<? extends T>>, String, String, String, List<T>) - Static method in class io.quarkiverse.cxf.CXFRuntimeUtils
 
addCookie(Cookie) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
addCxfServletInfo(RuntimeValue<CXFServletInfos>, RuntimeValue<Map<String, List<CXFRecorder.ServletConfig>>>, String, Class<?>, CxfConfig, String, String, String, Class<?>, Boolean, String, CXFRecorder.BeanLookupStrategy) - Method in class io.quarkiverse.cxf.CXFRecorder
 
addDateHeader(String, long) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
addFeatures(List<String>) - Method in class io.quarkiverse.cxf.CXFServletInfo
 
addHandlers(List<String>) - Method in class io.quarkiverse.cxf.CXFServletInfo
 
addHeader(String, String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
addInFaultInterceptors(List<String>) - Method in class io.quarkiverse.cxf.CXFServletInfo
 
addInInterceptors(List<String>) - Method in class io.quarkiverse.cxf.CXFServletInfo
 
addIntHeader(String, int) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
addOutFaultInterceptors(List<String>) - Method in class io.quarkiverse.cxf.CXFServletInfo
 
addOutInterceptors(List<String>) - Method in class io.quarkiverse.cxf.CXFServletInfo
 
AddressTypeExtensibility - Class in io.quarkiverse.cxf.extensibility
 
AddressTypeExtensibility() - Constructor for class io.quarkiverse.cxf.extensibility.AddressTypeExtensibility
 
addRuntimeBusCustomizer(RuntimeValue<Consumer<Bus>>) - Method in class io.quarkiverse.cxf.CXFRecorder
 
afterRegistration(Feature.AfterRegistrationAccess) - Method in class io.quarkiverse.cxf.graal.QuarkusCxfFeature
 
AllowAllHostnameVerifier - Enum constant in enum class io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
 
allowChunking() - Method in interface io.quarkiverse.cxf.CxfClientConfig
If true, the client is free to use chunking streams if it wants, but it is not required to use chunking streams.
alternative() - Method in interface io.quarkiverse.cxf.CxfFixedConfig.ClientFixedConfig
Indicates whether this is an alternative proxy client configuration.
ALWAYS - Enum constant in enum class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.UseAsyncPolicy
 
applyProperties(Endpoint) - Method in class io.quarkiverse.cxf.QuarkusClientFactoryBean
 
ASYNC_ONLY - Enum constant in enum class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.UseAsyncPolicy
 
authenticate(HttpServletResponse) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
AuthFaultOutInterceptor - Class in io.quarkiverse.cxf.auth
Set the right HTTP status code for the response based on the kind of SecurityException being thrown.
AuthFaultOutInterceptor() - Constructor for class io.quarkiverse.cxf.auth.AuthFaultOutInterceptor
 
AUTO_REDIRECT_ALLOW_REL_URI - Static variable in class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit
 
AUTO_REDIRECT_MAX_SAME_URI_COUNT - Static variable in class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit
 
autoRedirect() - Method in interface io.quarkiverse.cxf.CxfClientConfig
If `true` this CXF client will follow HTTP redirects (HTTP status codes 301, 302, 303 and 307 with `Location` response header); otherwise HTTP redirects will not be followed.

B

binaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
A comma separated list of additional binary media types to add to the default values in the `LoggingOutInterceptor` and `LoggingInInterceptor` whose content will not be logged unless `log-binary` is `true`.
binaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
A comma separated list of additional binary media types to add to the default values in the `LoggingOutInterceptor` and `LoggingInInterceptor` whose content will not be logged unless `log-binary` is `true`.
both - Enum constant in enum class io.quarkiverse.cxf.EnabledFor
 
browserType() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The value of the `User-Agent` HTTP header.
busConfigForRetransmitCache(CxfConfig) - Method in class io.quarkiverse.cxf.CXFRecorder
 

C

cacheControl() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Most commonly used to specify no-cache, however the standard supports a dozen or so caching related directives for requests
changeSessionId() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
chunkingThreshold() - Method in interface io.quarkiverse.cxf.CxfClientConfig
If AllowChunking is true, this sets the threshold at which messages start getting chunked.
chunkLength() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the chunk length for a HttpURLConnection.
client() - Method in interface io.quarkiverse.cxf.CxfConfig.InternalConfig
 
clientClientProxy(Client) - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean
 
clientEndpointUrl() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The client endpoint URL
ClientInjectionPoint - Class in io.quarkiverse.cxf
 
ClientInjectionPoint(String, Class<?>) - Constructor for class io.quarkiverse.cxf.ClientInjectionPoint
 
clientInjectionPoints(List<ClientInjectionPoint>) - Method in class io.quarkiverse.cxf.devui.DevUiRecorder
 
clients - Enum constant in enum class io.quarkiverse.cxf.EnabledFor
 
clients() - Method in interface io.quarkiverse.cxf.CxfConfig
Configure client proxies.
clients() - Method in interface io.quarkiverse.cxf.CxfFixedConfig
The build time part of the client configuration.
ClientSpec(HttpVersion, String, TlsConfiguration) - Constructor for class io.quarkiverse.cxf.vertx.http.client.HttpClientPool.ClientSpec
 
close() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
close() - Method in class io.quarkiverse.cxf.transport.VertxServletOutputStream
 
close(Promise<Void>) - Method in class io.quarkiverse.cxf.vertx.http.client.TempStore.InitializedTempStore
 
closeCxfClient(Object) - Method in class io.quarkiverse.cxf.CxfClientProducer
Called from the {SEI}CxfClientProducer.closeClient(@Disposes @CXFClient {SEI} client) generated in io.quarkiverse.cxf.deployment.CxfClientProcessor.generateCxfClientProducer().
config - Variable in class io.quarkiverse.cxf.CXFRecorder.ServletConfig
 
configure(TLSClientParameters) - Method in enum class io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
 
connection() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The connection disposition.
connectionRequestTimeout() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the amount of time, in milliseconds, used when requesting a connection from the connection manager(if appliable). 0 is infinite.
connectionTimeout() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the amount of time, in milliseconds, that the consumer will attempt to establish a connection before it times out. 0 is infinite.
ConnectionTypeConverter - Class in io.quarkiverse.cxf
 
ConnectionTypeConverter() - Constructor for class io.quarkiverse.cxf.ConnectionTypeConverter
 
containsHeader(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
contentType() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the content type of the stream being sent in a post request.
context - Variable in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
CONTEXT_KEY - Static variable in class io.quarkiverse.cxf.vertx.http.client.TempStore
 
convert(String) - Method in class io.quarkiverse.cxf.AbstractEnumConverter
 
convert(String) - Method in class io.quarkiverse.cxf.ConnectionTypeConverter
 
convert(String) - Method in class io.quarkiverse.cxf.EnabledFor.EnabledForConverter
 
convert(String) - Method in class io.quarkiverse.cxf.PrettyBoolean.PrettyBooleanConverter
 
createBus(Map<Class<?>, Object>, Map<String, Object>) - Method in class io.quarkiverse.cxf.QuarkusBusFactory
 
createConduit(CXFClientInfo, HttpClientPool, Bus, EndpointInfo, EndpointReferenceType) - Method in enum class io.quarkiverse.cxf.HTTPConduitImpl
 
createConduit(CXFClientInfo, HttpClientPool, Bus, EndpointInfo, EndpointReferenceType) - Method in interface io.quarkiverse.cxf.HTTPConduitSpec
 
createConduit(HTTPTransportFactory, Bus, EndpointInfo, EndpointReferenceType) - Method in class io.quarkiverse.cxf.HttpClientHTTPConduitFactory
 
createConduit(HTTPTransportFactory, Bus, EndpointInfo, EndpointReferenceType) - Method in class io.quarkiverse.cxf.QuarkusHTTPConduitFactory
 
createConduit(HTTPTransportFactory, Bus, EndpointInfo, EndpointReferenceType) - Method in class io.quarkiverse.cxf.URLConnectionHTTPConduitFactory
 
createDefault() - Static method in interface io.quarkiverse.cxf.CxfFixedConfig.ClientFixedConfig
 
createEndpointInfo(Bus, ServiceInfo, BindingInfo, List<?>) - Method in class io.quarkiverse.cxf.transport.VertxDestinationFactory
 
createInfos(String, String) - Method in class io.quarkiverse.cxf.CXFRecorder
 
createLookUp(Class<?>, Class<?>, String) - Method in enum class io.quarkiverse.cxf.CXFRecorder.BeanLookupStrategy
 
createOutputStream(Message, boolean, boolean, int) - Method in class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit
 
createPortExtensors(Bus, EndpointInfo, Service) - Method in class io.quarkiverse.cxf.transport.VertxDestinationFactory
 
createSoapBindingConfig() - Method in class io.quarkiverse.cxf.QuarkusClientFactoryBean
 
createSSLContext() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
createTLSClientParameters(CXFClientInfo) - Method in interface io.quarkiverse.cxf.HTTPConduitSpec
 
customize(CXFClientInfo, JaxWsProxyFactoryBean) - Method in interface io.quarkiverse.cxf.CxfClientProducer.ClientFactoryCustomizer
 
customize(CXFClientInfo, JaxWsProxyFactoryBean) - Method in class io.quarkiverse.cxf.logging.LoggingFactoryCustomizer
 
customize(CXFServletInfo, JaxWsServerFactoryBean) - Method in class io.quarkiverse.cxf.logging.LoggingFactoryCustomizer
 
customize(CXFServletInfo, JaxWsServerFactoryBean) - Method in interface io.quarkiverse.cxf.transport.CxfHandler.EndpointFactoryCustomizer
 
CXFClient - Annotation Interface in io.quarkiverse.cxf.annotation
Marks an injection point for injecting a WebService client.
CxfClientConfig - Interface in io.quarkiverse.cxf
A class that provides configurable options of a CXF client.
CxfClientConfig.WellKnownHostnameVerifier - Enum Class in io.quarkiverse.cxf
 
cxfClientData(CXFClientData) - Method in class io.quarkiverse.cxf.CXFRecorder
Stores the given CXFClientData in the application.
CXFClientData - Class in io.quarkiverse.cxf
That specific part of CXF client metadata that is known at build time.
CXFClientData(String, String, String, String, boolean) - Constructor for class io.quarkiverse.cxf.CXFClientData
 
CXFClientInfo - Class in io.quarkiverse.cxf
CXF client metadata - the complete set as known at runtime.
CXFClientInfo(CXFClientData, CxfConfig, CxfClientConfig, String, Vertx) - Constructor for class io.quarkiverse.cxf.CXFClientInfo
 
CxfClientInfoProducer - Class in io.quarkiverse.cxf
Produces CXFClientInfo beans.
CxfClientInfoProducer() - Constructor for class io.quarkiverse.cxf.CxfClientInfoProducer
 
CXFClientInfos - Class in io.quarkiverse.cxf
 
CXFClientInfos(Instance<CXFClientInfo>) - Constructor for class io.quarkiverse.cxf.CXFClientInfos
 
CxfClientProducer - Class in io.quarkiverse.cxf
Base producer class for setting up CXF client proxies and CXFClientInfos.
CxfClientProducer() - Constructor for class io.quarkiverse.cxf.CxfClientProducer
 
CxfClientProducer.ClientFactoryCustomizer - Interface in io.quarkiverse.cxf
 
CxfConfig - Interface in io.quarkiverse.cxf
 
CxfConfig.InternalConfig - Interface in io.quarkiverse.cxf
 
CxfConfig.RetransmitCacheConfig - Interface in io.quarkiverse.cxf
 
CXFDefault - Enum constant in enum class io.quarkiverse.cxf.HTTPConduitImpl
 
CXFEndpoint - Annotation Interface in io.quarkiverse.cxf.annotation
Marks a producer method as an endpoint to expose under the path (relative to quarkus.cxf.path specified in CXFEndpoint.value().
CXFEndpoint.CXFEndpointLiteral - Class in io.quarkiverse.cxf.annotation
 
CxfEndpointConfig - Interface in io.quarkiverse.cxf
 
CXFEndpointLiteral(String) - Constructor for class io.quarkiverse.cxf.annotation.CXFEndpoint.CXFEndpointLiteral
 
CXFException - Exception in io.quarkiverse.cxf
 
CXFException(String, Object) - Constructor for exception io.quarkiverse.cxf.CXFException
 
CxfFixedConfig - Interface in io.quarkiverse.cxf
Quarkus CXF build time configuration options that are also available at runtime but only in read-only mode.
CxfFixedConfig.ClientFixedConfig - Interface in io.quarkiverse.cxf
 
CxfFixedConfig.NativeClientFixedConfig - Interface in io.quarkiverse.cxf
 
CxfHandler - Class in io.quarkiverse.cxf.transport
 
CxfHandler(CXFServletInfos, BeanContainer, HttpConfiguration, CxfFixedConfig) - Constructor for class io.quarkiverse.cxf.transport.CxfHandler
 
CxfHandler.EndpointFactoryCustomizer - Interface in io.quarkiverse.cxf.transport
 
CxfJsonRPCService - Class in io.quarkiverse.cxf.devui
 
CxfJsonRPCService() - Constructor for class io.quarkiverse.cxf.devui.CxfJsonRPCService
 
CXFRecorder - Class in io.quarkiverse.cxf
 
CXFRecorder() - Constructor for class io.quarkiverse.cxf.CXFRecorder
 
CXFRecorder.BeanLookupStrategy - Enum Class in io.quarkiverse.cxf
 
CXFRecorder.ServletConfig - Class in io.quarkiverse.cxf
 
CXFRuntimeUtils - Class in io.quarkiverse.cxf
 
CXFRuntimeUtils() - Constructor for class io.quarkiverse.cxf.CXFRuntimeUtils
 
CXFServletInfo - Class in io.quarkiverse.cxf
 
CXFServletInfo(String, String, Class<?>, Class<?>, String, String, String, String, Boolean, String, SchemaValidation.SchemaValidationType, MessagePassingQueue.Supplier<Object>) - Constructor for class io.quarkiverse.cxf.CXFServletInfo
 
CXFServletInfos - Class in io.quarkiverse.cxf
 
CXFServletInfos(String, String) - Constructor for class io.quarkiverse.cxf.CXFServletInfos
 
CXFSubstitutions - Class in io.quarkiverse.cxf.graal
 
CXFSubstitutions() - Constructor for class io.quarkiverse.cxf.graal.CXFSubstitutions
 
CxfTlsConfiguration - Class in io.quarkiverse.cxf
A TlsConfiguration implementation used in case the user uses the legacy way of implementing TLS via .trust-store* and .key-store* family of options rather than via .tls-configuration-name.
CxfTlsConfiguration(KeyCertOptions, KeyStore, TrustOptions, KeyStore) - Constructor for class io.quarkiverse.cxf.CxfTlsConfiguration
 

D

DateUtils - Class in io.quarkiverse.cxf.transport.servlet
Utility for parsing and generating dates Copied from https://github.com/quarkusio/quarkus-http/blob/34d4ca77197cfb8d99bef09f1b12081dd2cef8a8/core/src/main/java/io/undertow/util/DateUtils.java
decoupledEndpoint() - Method in interface io.quarkiverse.cxf.CxfClientConfig
An URI path (starting with `/`) or a full URI for the receipt of responses over a separate provider -> consumer connection.
decoupledEndpointBase() - Method in interface io.quarkiverse.cxf.CxfConfig
An URI base to use as a prefix of `quarkus.cxf.client."
DevUiClientInfo - Class in io.quarkiverse.cxf.devui
 
DevUiClientInfo(String, String, String, String) - Constructor for class io.quarkiverse.cxf.devui.DevUiClientInfo
 
DevUiRecorder - Class in io.quarkiverse.cxf.devui
 
DevUiRecorder() - Constructor for class io.quarkiverse.cxf.devui.DevUiRecorder
 
DevUiServiceInfo - Class in io.quarkiverse.cxf.devui
 
DevUiServiceInfo(String, String) - Constructor for class io.quarkiverse.cxf.devui.DevUiServiceInfo
 
directory() - Method in interface io.quarkiverse.cxf.CxfConfig.RetransmitCacheConfig
A directory where request bodies exceeding `xref:reference/extensions/quarkus-cxf.adoc#quarkus-cxf_quarkus-cxf-retransmit-cache-threshold[quarkus.cxf.retransmit-cache.threshold]` will be be stored for retransmission.
discard() - Method in class io.quarkiverse.cxf.vertx.http.client.TempStore.InitializedTempStore.TempPath
 

E

ENABLE_HTTP2 - Static variable in class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit
 
enabled() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
If `true` or `pretty`, the message logging will be enabled; otherwise it will not be enabled.
enabled() - Method in enum class io.quarkiverse.cxf.PrettyBoolean
 
enabledFor() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
Specifies whether the message logging will be enabled for clients, services, both or none.
EnabledFor - Enum Class in io.quarkiverse.cxf
 
EnabledFor.EnabledForConverter - Class in io.quarkiverse.cxf
 
enabledForAny() - Method in enum class io.quarkiverse.cxf.EnabledFor
 
enabledForClients() - Method in enum class io.quarkiverse.cxf.EnabledFor
 
EnabledForConverter() - Constructor for class io.quarkiverse.cxf.EnabledFor.EnabledForConverter
 
enabledForServices() - Method in enum class io.quarkiverse.cxf.EnabledFor
 
encodeRedirectURL(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
encodeURL(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
end() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
endpointName() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The client endpoint name
endpointNamespace() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The client endpoint namespace
endpoints() - Method in interface io.quarkiverse.cxf.CxfConfig
Choose the path of each web services.
equals(Object) - Method in class io.quarkiverse.cxf.ClientInjectionPoint
 
equals(Object) - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
equals(Object) - Method in class io.quarkiverse.cxf.vertx.http.client.HttpClientPool.ClientSpec
 

F

FALSE - Enum constant in enum class io.quarkiverse.cxf.PrettyBoolean
 
features() - Method in interface io.quarkiverse.cxf.CxfClientConfig
A comma-separated list of fully qualified CXF Feature class names.
features() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
A comma-separated list of fully qualified CXF Feature class names or named CDI beans.
findDefaultHTTPConduitImpl() - Static method in enum class io.quarkiverse.cxf.HTTPConduitImpl
 
flush() - Method in class io.quarkiverse.cxf.transport.VertxServletOutputStream
 
flushBuffer() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
fromContext(Context, Optional<String>, long, boolean) - Static method in class io.quarkiverse.cxf.vertx.http.client.TempStore
 
fromContext(Context, Optional<String>, long, long, boolean) - Static method in class io.quarkiverse.cxf.vertx.http.client.TempStore
 
fromSei(String) - Static method in class io.quarkiverse.cxf.CXFClientInfos
 

G

gc() - Method in class io.quarkiverse.cxf.vertx.http.client.TempStore.InitializedTempStore
 
gcDelay() - Method in interface io.quarkiverse.cxf.CxfConfig.RetransmitCacheConfig
A delay for periodic cleaning of stale temporary files in the xref:reference/extensions/quarkus-cxf.adoc#quarkus-cxf_quarkus-cxf-retransmit-cache-directory[retransmit cache directory].
gcOnShutDown() - Method in interface io.quarkiverse.cxf.CxfConfig.RetransmitCacheConfig
If `true` and if periodic cleaning of stale temporary files is enabled via `xref:reference/extensions/quarkus-cxf.adoc#quarkus-cxf_quarkus-cxf-retransmit-cache-gc-delay[quarkus.cxf.retransmit-cache.gc-delay]` then temporary files will be removed on application shutdown.
getAccept() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getAcceptEncoding() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getAcceptLanguage() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getAddress() - Method in class io.quarkiverse.cxf.devui.DevUiClientInfo
 
getAddress() - Method in class io.quarkiverse.cxf.transport.VertxDestination
 
getAsyncContext() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getAttribute(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getAttributeNames() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getAuthType() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getBinding() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
getBrowserType() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getBufferSize() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getCacheControl() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getCharacterEncoding() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getCharacterEncoding() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getChunkingThreshold() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getChunkLength() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getCipherSuites() - Method in class io.quarkiverse.cxf.QuarkusTLSClientParameters
 
getCipherSuitesFilter() - Method in class io.quarkiverse.cxf.QuarkusTLSClientParameters
 
getClassName() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getClient() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
getClient(HttpClientPool.ClientSpec) - Method in class io.quarkiverse.cxf.vertx.http.client.HttpClientPool
If this method returns a client that is concurrently being removed by HttpClientPool.onCertificateUpdate(CertificateUpdatedEvent) then the client may still work for one request, but will be re-created on the subsequent request.
getClient(String) - Method in interface io.quarkiverse.cxf.CxfConfig
 
getClientCount() - Method in class io.quarkiverse.cxf.devui.CxfJsonRPCService
 
getClientInfoBySei(String) - Method in class io.quarkiverse.cxf.CXFClientInfos
 
getClients() - Method in class io.quarkiverse.cxf.devui.CxfJsonRPCService
 
getConduitDescription() - Method in enum class io.quarkiverse.cxf.HTTPConduitImpl
 
getConduitDescription() - Method in interface io.quarkiverse.cxf.HTTPConduitSpec
 
getConfigKey() - Method in class io.quarkiverse.cxf.ClientInjectionPoint
 
getConfigKey() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getConfigKey() - Method in class io.quarkiverse.cxf.devui.DevUiClientInfo
 
getConnection() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getConnectionRequestTimeout() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getConnectionTimeout() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getContentLength() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getContentLengthLong() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getContentType() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getContentType() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getContentType() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getContextPath() - Method in class io.quarkiverse.cxf.CXFServletInfos
 
getContextPath() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getCookies() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getDateHeader(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getDecoupledEndpoint() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getDecoupledEndpointBase() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getDestination(EndpointInfo, Bus) - Method in class io.quarkiverse.cxf.transport.VertxDestinationFactory
 
getDirectory() - Method in class io.quarkiverse.cxf.vertx.http.client.TempStore.InitializedTempStore
 
getDispatcherType() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getElementType() - Method in class io.quarkiverse.cxf.extensibility.AddressTypeExtensibility
 
getElementType() - Method in class io.quarkiverse.cxf.extensibility.HTTPClientPolicyExtensibility
 
getElementType() - Method in class io.quarkiverse.cxf.extensibility.HTTPServerPolicyExtensibility
 
getElementType() - Method in class io.quarkiverse.cxf.extensibility.UsingAddressingExtensibility
 
getElementType() - Method in class io.quarkiverse.cxf.extensibility.XMLBindingMessageFormatExtensibility
 
getElementType() - Method in class io.quarkiverse.cxf.extensibility.XMLFormatBindingExtensibility
 
getEndpointAddress() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getEndpointReference() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
getEndpointReference(Class<T>) - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
getEndpointUrl() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getEpName() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getEpNamespace() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getFaultInfo() - Method in exception io.quarkiverse.cxf.CXFException
 
getFeatures() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getFeatures() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getHandlers() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getHandlers() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getHeader(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getHeader(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getHeaderNames() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getHeaderNames() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getHeaders(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getHeaders(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getHost() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getHostnameVerificationAlgorithm() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
getHostnameVerifier() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getHttpConduitImpl() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getImplementingClasses() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean
 
getImplementor() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getImplementor() - Method in class io.quarkiverse.cxf.devui.DevUiServiceInfo
 
getInFaultInterceptors() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getInFaultInterceptors() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getInfos() - Method in class io.quarkiverse.cxf.CXFServletInfos
 
getInInterceptors() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getInInterceptors() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getInitParameter(String) - Method in class io.quarkiverse.cxf.transport.VertxServletConfig
 
getInitParameterNames() - Method in class io.quarkiverse.cxf.transport.VertxServletConfig
 
getInputStream() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getInstance(Class<? extends T>) - Static method in class io.quarkiverse.cxf.CXFRuntimeUtils
 
getInstance(Class<? extends T>, String, String, String) - Static method in class io.quarkiverse.cxf.CXFRuntimeUtils
 
getInstance(String, boolean) - Static method in class io.quarkiverse.cxf.CXFRuntimeUtils
 
getInstance(String, String, String, String) - Static method in class io.quarkiverse.cxf.CXFRuntimeUtils
 
getIntHeader(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getKeyStore() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
getKeyStoreOptions() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
getLocalAddr() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getLocale() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getLocale() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getLocaleFromString(String) - Static method in class io.quarkiverse.cxf.transport.servlet.LocaleUtils
 
getLocales() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getLocalesFromHeader(String) - Static method in class io.quarkiverse.cxf.transport.servlet.LocaleUtils
Parse a header string and return the list of locales that were found.
getLocalesFromHeader(List<String>) - Static method in class io.quarkiverse.cxf.transport.servlet.LocaleUtils
Parse a header string and return the list of locales that were found.
getLocalName() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getLocalPort() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getLogger() - Method in class io.quarkiverse.cxf.transport.VertxDestination
 
getMaxRetransmits() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getMaxSameUri() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getMethod() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getNonProxyHosts() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getOutFaultInterceptors() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getOutFaultInterceptors() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getOutInterceptors() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getOutInterceptors() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getOutputStream() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getParameter(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getParameterMap() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getParameterNames() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getParameterValues(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getPart(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getParts() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getPassword() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getPath() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getPath() - Method in class io.quarkiverse.cxf.CXFServletInfos
 
getPath() - Method in class io.quarkiverse.cxf.devui.DevUiServiceInfo
 
getPath() - Method in class io.quarkiverse.cxf.vertx.http.client.TempStore.InitializedTempStore.TempPath
 
getPathInfo() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getPathTranslated() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getProtocol() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getProtocolRequestId() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getProxyPassword() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getProxyServer() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getProxyServerPort() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getProxyServerType() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getProxyUsername() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getQueryString() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getReader() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getReceiveTimeout() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getRelativePath() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getRemoteAddr() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRemoteHost() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRemotePort() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRemoteUser() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRequestContext() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
getRequestDispatcher(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRequestedSessionId() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRequestId() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRequestURI() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRequestURL() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getRequired() - Method in class io.quarkiverse.cxf.extensibility.AddressTypeExtensibility
 
getRequired() - Method in class io.quarkiverse.cxf.extensibility.HTTPClientPolicyExtensibility
 
getRequired() - Method in class io.quarkiverse.cxf.extensibility.HTTPServerPolicyExtensibility
 
getRequired() - Method in class io.quarkiverse.cxf.extensibility.UsingAddressingExtensibility
 
getRequired() - Method in class io.quarkiverse.cxf.extensibility.XMLBindingMessageFormatExtensibility
 
getRequired() - Method in class io.quarkiverse.cxf.extensibility.XMLFormatBindingExtensibility
 
getResponseContext() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
getRetransmitCache() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getSchemaValidationEnabledFor() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getSchemaValidationEnabledFor() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getScheme() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getSei() - Method in class io.quarkiverse.cxf.ClientInjectionPoint
 
getSei() - Method in class io.quarkiverse.cxf.CXFClientData
 
getSei() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getSei() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getSei() - Method in class io.quarkiverse.cxf.devui.DevUiClientInfo
 
getServerName() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getServerPort() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getServiceCount() - Method in class io.quarkiverse.cxf.devui.CxfJsonRPCService
 
getServiceName() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getServices() - Method in class io.quarkiverse.cxf.devui.CxfJsonRPCService
 
getServiceTargetNamespace() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getServletConnection() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getServletContext() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getServletContext() - Method in class io.quarkiverse.cxf.transport.VertxServletConfig
 
getServletName() - Method in class io.quarkiverse.cxf.transport.VertxServletConfig
 
getServletPath() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getSession() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getSession(boolean) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getSoapBinding() - Method in class io.quarkiverse.cxf.CXFClientData
 
getSoapBinding() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getSOAPBinding() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getSSLOptions() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
getStatus() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getTlsConfiguration() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getTlsConfiguration() - Method in class io.quarkiverse.cxf.QuarkusTLSClientParameters
 
getTlsConfigurationName() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getTlsConfigurationName() - Method in class io.quarkiverse.cxf.QuarkusTLSClientParameters
 
getTrustStore() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
getTrustStoreOptions() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
getUsername() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getUserPrincipal() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
getVersion() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getVersion() - Method in class io.quarkiverse.cxf.vertx.http.client.HttpClientPool.ClientSpec
 
getVertx() - Method in class io.quarkiverse.cxf.vertx.http.client.HttpClientPool
 
getWriter() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
getWsdl() - Method in class io.quarkiverse.cxf.devui.DevUiClientInfo
 
getWsdlPath() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
getWsdlUrl() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getWsName() - Method in class io.quarkiverse.cxf.CXFClientData
 
getWsName() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
getWsNamespace() - Method in class io.quarkiverse.cxf.CXFClientData
 
getWsNamespace() - Method in class io.quarkiverse.cxf.CXFClientInfo
 

H

handle(E) - Method in interface io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.IOEHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.quarkiverse.cxf.transport.CxfHandler
 
handleMessage(SoapMessage) - Method in class io.quarkiverse.cxf.auth.AuthFaultOutInterceptor
 
handlers() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The comma-separated list of Handler classes
handlers() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The comma-separated list of Handler classes
hashCode() - Method in class io.quarkiverse.cxf.ClientInjectionPoint
 
hashCode() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
hashCode() - Method in class io.quarkiverse.cxf.vertx.http.client.HttpClientPool.ClientSpec
 
host() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the Internet host and port number of the resource on which the request is being invoked.
hostnameVerifier() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Can be one of the following: - One of the well known values: `AllowAllHostnameVerifier`, `HttpsURLConnectionDefaultHostnameVerifier` - A fully qualified class name implementing `javax.net.ssl.HostnameVerifier` to look up in the CDI container
HttpClientHTTPConduitFactory - Class in io.quarkiverse.cxf
 
HttpClientHTTPConduitFactory - Enum constant in enum class io.quarkiverse.cxf.HTTPConduitImpl
 
HttpClientHTTPConduitFactory() - Constructor for class io.quarkiverse.cxf.HttpClientHTTPConduitFactory
 
HTTPClientPolicyExtensibility - Class in io.quarkiverse.cxf.extensibility
 
HTTPClientPolicyExtensibility() - Constructor for class io.quarkiverse.cxf.extensibility.HTTPClientPolicyExtensibility
 
HttpClientPool - Class in io.quarkiverse.cxf.vertx.http.client
A pool of HTTP clients so that we do not have to reconnect on every request.
HttpClientPool(Vertx) - Constructor for class io.quarkiverse.cxf.vertx.http.client.HttpClientPool
 
HttpClientPool.ClientSpec - Class in io.quarkiverse.cxf.vertx.http.client
 
httpConduitFactory() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Select the `HTTPConduitFactory` implementation for this client
httpConduitFactory() - Method in interface io.quarkiverse.cxf.CxfFixedConfig
Select the `HTTPConduitFactory` implementation for all clients except the ones that override this setting via `quarkus.cxf.client."
HTTPConduitImpl - Enum Class in io.quarkiverse.cxf
 
HTTPConduitSpec - Interface in io.quarkiverse.cxf
 
HTTPServerPolicyExtensibility - Class in io.quarkiverse.cxf.extensibility
 
HTTPServerPolicyExtensibility() - Constructor for class io.quarkiverse.cxf.extensibility.HTTPServerPolicyExtensibility
 
HttpsURLConnectionDefaultHostnameVerifier - Enum constant in enum class io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
 

I

implementor() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The service endpoint implementation class
implementorToCfgMap(CxfConfig) - Method in class io.quarkiverse.cxf.CXFRecorder
 
inBinaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
A comma separated list of additional binary media types to add to the default values in the `LoggingInInterceptor` whose content will not be logged unless `log-binary` is `true`.
inBinaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
A comma separated list of additional binary media types to add to the default values in the `LoggingInInterceptor` whose content will not be logged unless `log-binary` is `true`.
inFaultInterceptors() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The comma-separated list of InFaultInterceptor classes
inFaultInterceptors() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The comma-separated list of InFaultInterceptor classes
inInterceptors() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The comma-separated list of InInterceptor classes
inInterceptors() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The comma-separated list of InInterceptor classes
initializeAnnotationInterceptors(Endpoint, Class<?>...) - Method in class io.quarkiverse.cxf.QuarkusJaxWsServerFactoryBean
 
initializeAnnotationInterceptors(AnnotationInterceptors, Endpoint) - Method in class io.quarkiverse.cxf.QuarkusJaxWsServerFactoryBean
 
initServer(RuntimeValue<CXFServletInfos>, BeanContainer, HttpConfiguration, CxfFixedConfig) - Method in class io.quarkiverse.cxf.CXFRecorder
 
inMemThreshold() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
A message length in bytes at which it will be written to disk. `-1` is unlimited.
inMemThreshold() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
A message length in bytes at which it will be written to disk. `-1` is unlimited.
internal() - Method in interface io.quarkiverse.cxf.CxfConfig
This exists just as a convenient way to get a `CxfClientConfig` with all defaults set.
invoke(Object, Method, Object[]) - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
invokeSync(Method, BindingOperationInfo, Object[]) - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
io.quarkiverse.cxf - package io.quarkiverse.cxf
 
io.quarkiverse.cxf.annotation - package io.quarkiverse.cxf.annotation
 
io.quarkiverse.cxf.auth - package io.quarkiverse.cxf.auth
 
io.quarkiverse.cxf.devui - package io.quarkiverse.cxf.devui
 
io.quarkiverse.cxf.extensibility - package io.quarkiverse.cxf.extensibility
 
io.quarkiverse.cxf.graal - package io.quarkiverse.cxf.graal
 
io.quarkiverse.cxf.logging - package io.quarkiverse.cxf.logging
 
io.quarkiverse.cxf.runtime.proxy - package io.quarkiverse.cxf.runtime.proxy
 
io.quarkiverse.cxf.transport - package io.quarkiverse.cxf.transport
 
io.quarkiverse.cxf.transport.servlet - package io.quarkiverse.cxf.transport.servlet
 
io.quarkiverse.cxf.vertx.http.client - package io.quarkiverse.cxf.vertx.http.client
 
io.quarkiverse.cxf.wsdl - package io.quarkiverse.cxf.wsdl
 
isAllowChunking() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
isAsync(Message) - Method in enum class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.UseAsyncPolicy
 
isAsyncStarted() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
isAsyncSupported() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
isAutoRedirect() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
isClientPresent(String) - Method in interface io.quarkiverse.cxf.CxfConfig
 
isCommitted() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
isHc5Present() - Static method in class io.quarkiverse.cxf.CXFRecorder
 
isProvider() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
isProxyClassRuntimeInitialized() - Method in class io.quarkiverse.cxf.CXFClientData
 
isProxyClassRuntimeInitialized() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
isReady() - Method in class io.quarkiverse.cxf.transport.VertxServletOutputStream
 
isRedirectRelativeUri() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
isRequestedSessionIdFromCookie() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
isRequestedSessionIdValid() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
isSecure() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
isSecureWsdlAccess() - Method in class io.quarkiverse.cxf.CXFClientInfo
 
isSsl() - Method in class io.quarkiverse.cxf.vertx.http.client.HttpClientPool.ClientSpec
 
isTrustAll() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
isUserInRole(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 

K

keyPassword() - Method in interface io.quarkiverse.cxf.CxfClientConfig
keyStore() - Method in interface io.quarkiverse.cxf.CxfClientConfig
keyStorePassword() - Method in interface io.quarkiverse.cxf.CxfClientConfig
keyStoreType() - Method in interface io.quarkiverse.cxf.CxfClientConfig

L

limit() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
A message length in bytes at which it is truncated in the log.
limit() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
A message length in bytes at which it is truncated in the log.
loadCxfClient(InjectionPoint, CXFClientData) - Method in class io.quarkiverse.cxf.CxfClientProducer
Must be public, otherwise: java.lang.VerifyError: Bad access to protected data in invokevirtual
loadCxfClientInfo(InjectionPoint) - Method in class io.quarkiverse.cxf.CxfClientInfoProducer
Must be public, otherwise: java.lang.VerifyError: Bad access to protected data in invokevirtual
loadCxfClientInfo(InjectionPoint, CXFClientData) - Method in class io.quarkiverse.cxf.CxfClientProducer
Must be public, otherwise: java.lang.VerifyError: Bad access to protected data in invokevirtual
loadDefinition(String) - Method in class io.quarkiverse.cxf.wsdl.QuarkusWSDLManager
 
LocaleUtils - Class in io.quarkiverse.cxf.transport.servlet
Utility methods for getting the locale from a request.
LocaleUtils() - Constructor for class io.quarkiverse.cxf.transport.servlet.LocaleUtils
 
LOG - Static variable in class io.quarkiverse.cxf.vertx.http.client.HttpClientPool.ClientSpec
 
logBinary() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
If `true`, binary payloads will be logged; otherwise they won't be logged.
logBinary() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
If `true`, binary payloads will be logged; otherwise they won't be logged.
logging() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Logging related configuration
logging() - Method in interface io.quarkiverse.cxf.CxfConfig
Global logging related configuration
logging() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
Logging related configuration
LoggingConfig - Interface in io.quarkiverse.cxf
Global, per service endpoint or per client logging options.
LoggingConfig.GlobalLoggingConfig - Interface in io.quarkiverse.cxf
 
LoggingConfig.PerClientOrServiceLoggingConfig - Interface in io.quarkiverse.cxf
 
LoggingFactoryCustomizer - Class in io.quarkiverse.cxf.logging
 
LoggingFactoryCustomizer(CxfConfig) - Constructor for class io.quarkiverse.cxf.logging.LoggingFactoryCustomizer
 
login(String, String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
logMultipart() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
If `true`, multipart payloads will be logged; otherwise they won't be logged.
logMultipart() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
If `true`, multipart payloads will be logged; otherwise they won't be logged.
logout() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
lookupBean() - Method in class io.quarkiverse.cxf.CXFServletInfo
Lookup the implementation of the associated service endpoint in the CDI container.

M

maxRetransmits() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the maximum allowed number of retransmits when following redirects.
maxSameUri() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the maximum allowed number of retransmits to the same URI when following HTTP redirects.
maxSize() - Method in interface io.quarkiverse.cxf.CxfConfig.RetransmitCacheConfig
The maximum size of a request body allowed to be cached on disk when retransmitting.
METHOD_WITH_CXFENDPOINT_ANNOTATION - Enum constant in enum class io.quarkiverse.cxf.CXFRecorder.BeanLookupStrategy
 
minChunkSize() - Method in interface io.quarkiverse.cxf.CxfFixedConfig
The size in bytes of the chunks of memory allocated when writing data.

N

native_() - Method in interface io.quarkiverse.cxf.CxfFixedConfig.ClientFixedConfig
Configuration options related to native mode
NEVER - Enum constant in enum class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.UseAsyncPolicy
 
newInstance(Bus) - Static method in class io.quarkiverse.cxf.wsdl.QuarkusWSDLManager
 
newTempPath() - Method in class io.quarkiverse.cxf.vertx.http.client.TempStore.InitializedTempStore
 
newWebServiceContext() - Method in class io.quarkiverse.cxf.WebServiceContextProducer
 
none - Enum constant in enum class io.quarkiverse.cxf.EnabledFor
 
nonProxyHosts() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the list of hostnames that will not use the proxy configuration.

O

of(CXFServletInfo) - Static method in class io.quarkiverse.cxf.devui.DevUiServiceInfo
 
of(Object) - Static method in enum class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.UseAsyncPolicy
 
of(String) - Static method in enum class io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
 
onCertificateUpdate(CertificateUpdatedEvent) - Method in class io.quarkiverse.cxf.vertx.http.client.HttpClientPool
Called upon certificate reload.
openStream(String) - Static method in class io.quarkiverse.cxf.CXFRuntimeUtils
 
outBinaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
A comma separated list of additional binary media types to add to the default values in the `LoggingOutInterceptor` whose content will not be logged unless `log-binary` is `true`.
outBinaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
A comma separated list of additional binary media types to add to the default values in the `LoggingOutInterceptor` whose content will not be logged unless `log-binary` is `true`.
outFaultInterceptors() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The comma-separated list of OutFaultInterceptor classes
outFaultInterceptors() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The comma-separated list of OutFaultInterceptor classes
outInterceptors() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The comma-separated list of OutInterceptor classes
outInterceptors() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The comma-separated list of OutInterceptor classes
outputBufferSize() - Method in interface io.quarkiverse.cxf.CxfFixedConfig
The size of the output stream response buffer in bytes.

P

parseDate(String) - Static method in class io.quarkiverse.cxf.transport.servlet.DateUtils
Attempts to pass a HTTP date.
password() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The password for HTTP Basic authentication
path - Variable in class io.quarkiverse.cxf.CXFRecorder.ServletConfig
 
path() - Method in interface io.quarkiverse.cxf.CxfFixedConfig
The default path for CXF resources.
pretty() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
If `true`, the XML elements will be indented in the log; otherwise they will appear unindented.
pretty() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
If `true`, the XML elements will be indented in the log; otherwise they will appear unindented.
pretty() - Method in enum class io.quarkiverse.cxf.PrettyBoolean
 
PRETTY - Enum constant in enum class io.quarkiverse.cxf.PrettyBoolean
 
PrettyBoolean - Enum Class in io.quarkiverse.cxf
 
PrettyBoolean.PrettyBooleanConverter - Class in io.quarkiverse.cxf
 
PrettyBooleanConverter() - Constructor for class io.quarkiverse.cxf.PrettyBoolean.PrettyBooleanConverter
 
proxyPassword() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Password for the proxy authentication
proxyServer() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the address of proxy server if one is used.
proxyServerPort() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the port number used by the proxy server.
proxyServerType() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the type of the proxy server.
proxyUsername() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Username for the proxy authentication
publishedEndpointUrl() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The published service endpoint URL

Q

QUARKUS_CXF_DEFAULT_HTTP_CONDUIT_FACTORY - Static variable in class io.quarkiverse.cxf.QuarkusHTTPConduitFactory
The name of the environment variable defining the conduit type to use for QuarkusCXFDefault.
QuarkusBusFactory - Class in io.quarkiverse.cxf
 
QuarkusBusFactory() - Constructor for class io.quarkiverse.cxf.QuarkusBusFactory
 
QuarkusClientFactoryBean - Class in io.quarkiverse.cxf
 
QuarkusClientFactoryBean(Class<?>) - Constructor for class io.quarkiverse.cxf.QuarkusClientFactoryBean
 
QuarkusCXFDefault - Enum constant in enum class io.quarkiverse.cxf.HTTPConduitImpl
 
QuarkusCxfFeature - Class in io.quarkiverse.cxf.graal
 
QuarkusCxfFeature() - Constructor for class io.quarkiverse.cxf.graal.QuarkusCxfFeature
 
QuarkusCxfUtils - Class in io.quarkiverse.cxf
 
QuarkusHTTPConduitFactory - Class in io.quarkiverse.cxf
A HTTPConduitFactory with some client specific configuration, such as timeouts and SSL.
QuarkusHTTPConduitFactory(CxfFixedConfig, CXFClientInfo, HTTPConduitSpec, AuthorizationPolicy, Vertx, HttpClientPool) - Constructor for class io.quarkiverse.cxf.QuarkusHTTPConduitFactory
 
QuarkusJaxWsClientProxy(Vertx, JaxWsClientProxy) - Constructor for class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
QuarkusJaxWsProxyFactoryBean - Class in io.quarkiverse.cxf
 
QuarkusJaxWsProxyFactoryBean(ClientFactoryBean, Vertx, Class<?>...) - Constructor for class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean
 
QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy - Class in io.quarkiverse.cxf
 
QuarkusJaxWsServerFactoryBean - Class in io.quarkiverse.cxf
A JaxWsServerFactoryBean allowing to look up @InInterceptors in the CDI container.
QuarkusJaxWsServerFactoryBean(JaxWsServiceFactoryBean, String) - Constructor for class io.quarkiverse.cxf.QuarkusJaxWsServerFactoryBean
 
QuarkusRuntimeJaxWsServiceFactoryBean - Class in io.quarkiverse.cxf
 
QuarkusRuntimeJaxWsServiceFactoryBean(JaxWsImplementorInfo) - Constructor for class io.quarkiverse.cxf.QuarkusRuntimeJaxWsServiceFactoryBean
 
QuarkusTLSClientParameters - Class in io.quarkiverse.cxf
 
QuarkusTLSClientParameters(String, TlsConfiguration) - Constructor for class io.quarkiverse.cxf.QuarkusTLSClientParameters
 
QuarkusWSDLManager - Class in io.quarkiverse.cxf.wsdl
Temporary workaround for https://github.com/quarkiverse/quarkus-cxf/issues/1608
quoteCongurationKeyIfNeeded(String) - Static method in class io.quarkiverse.cxf.QuarkusCxfUtils
Keys occurring in free form configuration maps may need quoting with double quotes, if they contain periods.

R

read(String) - Static method in class io.quarkiverse.cxf.CXFRuntimeUtils
 
receiveTimeout() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Specifies the amount of time, in milliseconds, that the consumer will wait for a response before it times out. 0 is infinite.
redirectRelativeUri() - Method in interface io.quarkiverse.cxf.CxfClientConfig
If `true` relative URIs, such as `/folder/service` received via `Location` response header will be honored when redirecting; otherwise only absolute URIs will be honored and an exception will be thrown for relative redirects.
reload() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
removeAttribute(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
reset() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
resetBuffer() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
resetDestinationRegistry(ShutdownContext) - Method in class io.quarkiverse.cxf.CXFRecorder
 
resetRegistry() - Static method in class io.quarkiverse.cxf.transport.VertxDestinationFactory
 
resolveDefault() - Method in interface io.quarkiverse.cxf.HTTPConduitSpec
 
response - Variable in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
retransmitCache() - Method in interface io.quarkiverse.cxf.CxfConfig
Retransmission cache configuration
RUNTIME_INITIALIZED_PROXY_MARKER_INTERFACE_NAME - Static variable in class io.quarkiverse.cxf.CxfClientProducer
 
RUNTIME_INITIALIZED_PROXY_MARKER_INTERFACE_PACKAGE - Static variable in class io.quarkiverse.cxf.CxfClientProducer
 
runtimeInitialized() - Method in interface io.quarkiverse.cxf.CxfFixedConfig.NativeClientFixedConfig
If `true`, the client dynamic proxy class generated by native compiler will be initialized at runtime; otherwise the proxy class will be initialized at build time.

S

schemaValidationEnabledFor() - Method in interface io.quarkiverse.cxf.CxfClientConfig
Select for which messages XML Schema validation should be enabled.
schemaValidationEnabledFor() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
Select for which messages XML Schema validation should be enabled.
secureWsdlAccess() - Method in interface io.quarkiverse.cxf.CxfClientConfig
If `true`, then the `Authentication` header will be sent preemptively when requesting the WSDL, as long as the `username` is set; otherwise the WSDL will be requested anonymously.
selectorCXFClientInfo(CxfConfig, CxfFixedConfig, CXFClientData, String, Supplier<IllegalStateException>, Vertx) - Static method in class io.quarkiverse.cxf.CxfClientProducer
 
selectorCXFClientInfo(CxfConfig, CxfFixedConfig, InjectionPoint, CXFClientData, Vertx) - Static method in class io.quarkiverse.cxf.CxfClientProducer
Calculates the client info to use for producing a JAXWS client proxy.
sendError(int) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
sendError(int, String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
sendRedirect(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
sensitiveElementNames() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
A comma separated list of XML elements containing sensitive information to be masked in the log.
sensitiveElementNames() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
A comma separated list of XML elements containing sensitive information to be masked in the log.
sensitiveProtocolHeaderNames() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
A comma separated list of protocol headers containing sensitive information to be masked in the log.
sensitiveProtocolHeaderNames() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
A comma separated list of protocol headers containing sensitive information to be masked in the log.
serviceInterface() - Method in interface io.quarkiverse.cxf.CxfFixedConfig.ClientFixedConfig
The client service interface class name
services - Enum constant in enum class io.quarkiverse.cxf.EnabledFor
 
ServletConfig(CxfEndpointConfig, String) - Constructor for class io.quarkiverse.cxf.CXFRecorder.ServletConfig
 
servletInfos(RuntimeValue<CXFServletInfos>) - Method in class io.quarkiverse.cxf.devui.DevUiRecorder
 
setAttribute(String, Object) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
setBindingId(String) - Method in class io.quarkiverse.cxf.QuarkusClientFactoryBean
 
setBufferSize(int) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setBusHTTPConduitFactory(HTTPConduitImpl) - Method in class io.quarkiverse.cxf.CXFRecorder
 
setCharacterEncoding(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
setCharacterEncoding(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setContentLength(int) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setContentLengthLong(long) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setContentType(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setDateHeader(String, long) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setElementType(QName) - Method in class io.quarkiverse.cxf.extensibility.AddressTypeExtensibility
 
setElementType(QName) - Method in class io.quarkiverse.cxf.extensibility.HTTPClientPolicyExtensibility
 
setElementType(QName) - Method in class io.quarkiverse.cxf.extensibility.HTTPServerPolicyExtensibility
 
setElementType(QName) - Method in class io.quarkiverse.cxf.extensibility.UsingAddressingExtensibility
 
setElementType(QName) - Method in class io.quarkiverse.cxf.extensibility.XMLBindingMessageFormatExtensibility
 
setElementType(QName) - Method in class io.quarkiverse.cxf.extensibility.XMLFormatBindingExtensibility
 
setHc5Present() - Method in class io.quarkiverse.cxf.CXFRecorder
 
setHeader(String, String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setIntHeader(String, int) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setLocale(Locale) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setQuarkusWSDLManager() - Method in class io.quarkiverse.cxf.CXFRecorder
Temporary workaround for https://github.com/quarkiverse/quarkus-cxf/issues/1608
setRequired(Boolean) - Method in class io.quarkiverse.cxf.extensibility.AddressTypeExtensibility
 
setRequired(Boolean) - Method in class io.quarkiverse.cxf.extensibility.HTTPClientPolicyExtensibility
 
setRequired(Boolean) - Method in class io.quarkiverse.cxf.extensibility.HTTPServerPolicyExtensibility
 
setRequired(Boolean) - Method in class io.quarkiverse.cxf.extensibility.UsingAddressingExtensibility
 
setRequired(Boolean) - Method in class io.quarkiverse.cxf.extensibility.XMLBindingMessageFormatExtensibility
 
setRequired(Boolean) - Method in class io.quarkiverse.cxf.extensibility.XMLFormatBindingExtensibility
 
setServiceClass(Class<?>) - Method in class io.quarkiverse.cxf.QuarkusClientFactoryBean
 
setServletInfos(CXFServletInfos) - Static method in class io.quarkiverse.cxf.devui.CxfJsonRPCService
 
setStatus(int) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
setTlsClientParameters(TLSClientParameters) - Method in class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit
 
setupConnection(Message, Address, HTTPClientPolicy) - Method in class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit
 
setWriteListener(WriteListener) - Method in class io.quarkiverse.cxf.transport.VertxServletOutputStream
 
setXMLStreamReaderWrapper(XMLStreamReaderWrapper) - Method in class io.quarkiverse.cxf.wsdl.QuarkusWSDLManager
 
shutdown() - Static method in class io.quarkiverse.cxf.devui.CxfJsonRPCService
 
shutdown(ShutdownContext) - Method in class io.quarkiverse.cxf.devui.DevUiRecorder
 
soapBinding() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The URL of the SOAP Binding, should be one of four values: * `+http://schemas.xmlsoap.org/wsdl/soap/http+` for SOAP11HTTP_BINDING * `+http://schemas.xmlsoap.org/wsdl/soap/http?
soapBinding() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The URL of the SOAP Binding, should be one of four values: * `+http://schemas.xmlsoap.org/wsdl/soap/http+` for SOAP11HTTP_BINDING * `+http://schemas.xmlsoap.org/wsdl/soap/http?
startAsync() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 

T

TempPath(Path, long) - Constructor for class io.quarkiverse.cxf.vertx.http.client.TempStore.InitializedTempStore.TempPath
 
TempStore - Class in io.quarkiverse.cxf.vertx.http.client
A disk store for temporary files.
TempStore.InitializedTempStore - Class in io.quarkiverse.cxf.vertx.http.client
 
TempStore.InitializedTempStore.TempPath - Class in io.quarkiverse.cxf.vertx.http.client
 
threshold() - Method in interface io.quarkiverse.cxf.CxfConfig.RetransmitCacheConfig
If the request retransmission is active for the given client and if request body is larger than this threshold, then the body is cached on disk instead of keeping it in memory.
tlsClientParameters(CXFClientInfo, Vertx) - Method in interface io.quarkiverse.cxf.HTTPConduitSpec
 
tlsConfigurationName() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The name of the TLS configuration to use for setting up trust store and keystore for this SOAP client.
toCommonLogFormat(Date) - Static method in class io.quarkiverse.cxf.transport.servlet.DateUtils
 
toDateString(Date) - Static method in class io.quarkiverse.cxf.transport.servlet.DateUtils
Converts a date to a format suitable for use in a HTTP request
toOldCookieDateString(Date) - Static method in class io.quarkiverse.cxf.transport.servlet.DateUtils
 
toString() - Method in class io.quarkiverse.cxf.CXFServletInfo
 
toString() - Method in class io.quarkiverse.cxf.devui.DevUiClientInfo
 
toString() - Method in class io.quarkiverse.cxf.devui.DevUiServiceInfo
 
toString() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean.QuarkusJaxWsClientProxy
 
toString() - Method in class io.quarkiverse.cxf.vertx.http.client.TempStore.InitializedTempStore.TempPath
 
TRUE - Enum constant in enum class io.quarkiverse.cxf.PrettyBoolean
 
trustStore() - Method in interface io.quarkiverse.cxf.CxfClientConfig
trustStorePassword() - Method in interface io.quarkiverse.cxf.CxfClientConfig
trustStoreType() - Method in interface io.quarkiverse.cxf.CxfClientConfig
TYPE - Enum constant in enum class io.quarkiverse.cxf.CXFRecorder.BeanLookupStrategy
 
TYPE_WITH_CXFENDPOINT_ANNOTATION - Enum constant in enum class io.quarkiverse.cxf.CXFRecorder.BeanLookupStrategy
 

U

upgrade(Class<T>) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
URLConnectionHTTPConduitFactory - Class in io.quarkiverse.cxf
 
URLConnectionHTTPConduitFactory - Enum constant in enum class io.quarkiverse.cxf.HTTPConduitImpl
 
URLConnectionHTTPConduitFactory() - Constructor for class io.quarkiverse.cxf.URLConnectionHTTPConduitFactory
 
USE_ASYNC - Static variable in class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit
 
username() - Method in interface io.quarkiverse.cxf.CxfClientConfig
The username for HTTP Basic authentication
usesSni() - Method in class io.quarkiverse.cxf.CxfTlsConfiguration
 
UsingAddressingExtensibility - Class in io.quarkiverse.cxf.extensibility
 
UsingAddressingExtensibility() - Constructor for class io.quarkiverse.cxf.extensibility.UsingAddressingExtensibility
 

V

validateDelayMs(long, String) - Static method in class io.quarkiverse.cxf.vertx.http.client.TempStore
 
value() - Element in annotation interface io.quarkiverse.cxf.annotation.CXFClient
The client key, such as myClient present in application configuration, e.g.
value() - Method in class io.quarkiverse.cxf.annotation.CXFEndpoint.CXFEndpointLiteral
 
value() - Element in annotation interface io.quarkiverse.cxf.annotation.CXFEndpoint
A path relative to quarkus.cxf.path under which this endpoint should be exposed.
valueOf(String) - Static method in enum class io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.quarkiverse.cxf.CXFRecorder.BeanLookupStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.quarkiverse.cxf.EnabledFor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.quarkiverse.cxf.HTTPConduitImpl
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.quarkiverse.cxf.PrettyBoolean
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.UseAsyncPolicy
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.quarkiverse.cxf.CXFRecorder.BeanLookupStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.quarkiverse.cxf.EnabledFor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.quarkiverse.cxf.HTTPConduitImpl
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.quarkiverse.cxf.PrettyBoolean
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.UseAsyncPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
verbose() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalLoggingConfig
If `true`, verbose logging will be enabled; otherwise it won't be enabled.
verbose() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceLoggingConfig
If `true`, verbose logging will be enabled; otherwise it won't be enabled.
version() - Method in interface io.quarkiverse.cxf.CxfClientConfig
HTTP Version used for the connection.
VertxDestination - Class in io.quarkiverse.cxf.transport
 
VertxDestination(EndpointInfo, Bus, DestinationRegistry) - Constructor for class io.quarkiverse.cxf.transport.VertxDestination
 
VertxDestinationFactory - Class in io.quarkiverse.cxf.transport
 
VertxDestinationFactory() - Constructor for class io.quarkiverse.cxf.transport.VertxDestinationFactory
 
VertxHttpClientHTTPConduit - Class in io.quarkiverse.cxf.vertx.http.client
 
VertxHttpClientHTTPConduit(CXFClientInfo, Bus, EndpointInfo, EndpointReferenceType, HttpClientPool) - Constructor for class io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit
 
VertxHttpClientHTTPConduit.IOEHandler<E> - Interface in io.quarkiverse.cxf.vertx.http.client
 
VertxHttpClientHTTPConduit.UseAsyncPolicy - Enum Class in io.quarkiverse.cxf.vertx.http.client
 
VertxHttpClientHTTPConduitFactory - Enum constant in enum class io.quarkiverse.cxf.HTTPConduitImpl
 
VertxHttpException - Exception in io.quarkiverse.cxf.vertx.http.client
 
VertxHttpException(String) - Constructor for exception io.quarkiverse.cxf.vertx.http.client.VertxHttpException
 
VertxHttpException(String, Throwable) - Constructor for exception io.quarkiverse.cxf.vertx.http.client.VertxHttpException
 
VertxHttpException(Throwable) - Constructor for exception io.quarkiverse.cxf.vertx.http.client.VertxHttpException
 
VertxHttpServletRequest - Class in io.quarkiverse.cxf.transport
 
VertxHttpServletRequest(RoutingContext, String, String) - Constructor for class io.quarkiverse.cxf.transport.VertxHttpServletRequest
 
VertxHttpServletResponse - Class in io.quarkiverse.cxf.transport
 
VertxHttpServletResponse(RoutingContext, int, int) - Constructor for class io.quarkiverse.cxf.transport.VertxHttpServletResponse
 
VertxServletConfig - Class in io.quarkiverse.cxf.transport
 
VertxServletConfig() - Constructor for class io.quarkiverse.cxf.transport.VertxServletConfig
 
VertxServletOutputStream - Class in io.quarkiverse.cxf.transport
 
VertxServletOutputStream(VertxJavaIoContext) - Constructor for class io.quarkiverse.cxf.transport.VertxServletOutputStream
 

W

WebServiceContextProducer - Class in io.quarkiverse.cxf
Produces WebServiceContext beans to be injected to fieds and methods annotated with Resource or Resources.
WebServiceContextProducer() - Constructor for class io.quarkiverse.cxf.WebServiceContextProducer
 
workaroundBadForceURLConnectionInit() - Method in class io.quarkiverse.cxf.CXFRecorder
 
write(byte[]) - Method in class io.quarkiverse.cxf.transport.VertxServletOutputStream
 
write(byte[], int, int) - Method in class io.quarkiverse.cxf.transport.VertxServletOutputStream
 
write(int) - Method in class io.quarkiverse.cxf.transport.VertxServletOutputStream
 
wsdlPath() - Method in interface io.quarkiverse.cxf.CxfClientConfig
A URL, resource path or local filesystem path pointing to a WSDL document to use when generating the service proxy of this client.
wsdlPath() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
The service endpoint WSDL path

X

XMLBindingMessageFormatExtensibility - Class in io.quarkiverse.cxf.extensibility
 
XMLBindingMessageFormatExtensibility() - Constructor for class io.quarkiverse.cxf.extensibility.XMLBindingMessageFormatExtensibility
 
XMLFormatBindingExtensibility - Class in io.quarkiverse.cxf.extensibility
 
XMLFormatBindingExtensibility() - Constructor for class io.quarkiverse.cxf.extensibility.XMLFormatBindingExtensibility
 
A B C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form