A B C D E F G H I L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- addCookie(Cookie) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- addCxfServletInfo(RuntimeValue<CXFServletInfos>, String, String, CxfConfig, String, String, String, String, Boolean) - 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 - 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.
- applyProperties(Endpoint) - Method in class io.quarkiverse.cxf.QuarkusClientFactoryBean
- authenticate(HttpServletResponse) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- autoRedirect() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
Specifies if the consumer will automatically follow a server issued redirection.
B
- binaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
A comma separated list of additional binary media types to the default values in both the
LoggingOutInterceptorandLoggingInInterceptorwhose content should not be logged. - browserType() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
aka User-Agent Specifies the type of browser is sending the request.
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
- clientEndpointUrl() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
The client endpoint URL
- clients - 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.
- clients() - Method in interface io.quarkiverse.cxf.logging.CxfLoggingConfig
-
Client configurations.
- clientsAndServices - io.quarkiverse.cxf.EnabledFor
- close() - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- closeCxfClient(Object) - Method in class io.quarkiverse.cxf.CxfClientProducer
-
Called from the
{SEI}CxfClientProducer.closeClient(@Disposes @CXFClient {SEI} client)generated inio.quarkiverse.cxf.deployment.CxfClientProcessor.generateCxfClientProducer(). - configure(TLSClientParameters) - Method in enum 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).
- 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.
- 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
- convert(String) - Method in class io.quarkiverse.cxf.AbstractEnumConverter
- convert(String) - Method in class io.quarkiverse.cxf.ConnectionTypeConverter
- createBus(Map<Class<?>, Object>, Map<String, Object>) - Method in class io.quarkiverse.cxf.QuarkusBusFactory
- createConduit(HTTPTransportFactory, Bus, EndpointInfo, EndpointReferenceType) - Method in class io.quarkiverse.cxf.HttpClientHTTPConduitFactory
- createConduit(HTTPTransportFactory, Bus, EndpointInfo, EndpointReferenceType) - Method in class io.quarkiverse.cxf.URLConnectionHTTPConduitFactory
- createDefault() - Static method in interface io.quarkiverse.cxf.CxfFixedConfig.ClientFixedConfig
- createInfos(String, String) - Method in class io.quarkiverse.cxf.CXFRecorder
- createSoapBindingConfig() - Method in class io.quarkiverse.cxf.QuarkusClientFactoryBean
- 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 Type 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.HTTPConduitImpl - Enum in io.quarkiverse.cxf
- CxfClientConfig.WellKnownHostnameVerifier - Enum in io.quarkiverse.cxf
- cxfClientData(CXFClientData) - Method in class io.quarkiverse.cxf.CXFRecorder
-
Stores the given
CXFClientDatain 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, CxfClientConfig, String) - Constructor for class io.quarkiverse.cxf.CXFClientInfo
- CxfClientInfoProducer - Class in io.quarkiverse.cxf
-
Produces
CXFClientInfobeans. - 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
- CXFDefault - io.quarkiverse.cxf.CxfClientConfig.HTTPConduitImpl
- CxfEndpointConfig - Interface in io.quarkiverse.cxf
- 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
- CxfLoggingConfig - Interface in io.quarkiverse.cxf.logging
- CxfLoggingConfig.ClientOrEndpointConfig - Interface in io.quarkiverse.cxf.logging
-
A class that provides configurable options of a CXF client.
- CXFRecorder - Class in io.quarkiverse.cxf
- CXFRecorder() - Constructor for class io.quarkiverse.cxf.CXFRecorder
- CXFRuntimeUtils - Class in io.quarkiverse.cxf
- CXFRuntimeUtils() - Constructor for class io.quarkiverse.cxf.CXFRuntimeUtils
- CXFServletInfo - Class in io.quarkiverse.cxf
- CXFServletInfo(String, String, String, String, String, String, String, String, Boolean, String) - 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
D
- decoupledEndpoint() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
Specifies the URL of a decoupled endpoint for the receipt of responses over a separate provider->consumer connection.
- Deployment(int, int) - Constructor for class io.quarkiverse.cxf.transport.VertxReactiveRequestContext.Deployment
- drainHandlerRegistered - Variable in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
E
- enabled() - Method in interface io.quarkiverse.cxf.LoggingConfig.PerClientOrServiceInternal
-
If
true, the message logging will be enabled; otherwise it will not be enabled. - enabledFor() - Method in interface io.quarkiverse.cxf.LoggingConfig.GlobalInternal
-
Specifies whether the message logging will be enabled for clients, services, both or none.
- EnabledFor - Enum in io.quarkiverse.cxf
- enabledForAny() - Method in enum io.quarkiverse.cxf.EnabledFor
- enabledForClients() - Method in enum io.quarkiverse.cxf.EnabledFor
- enabledForServices() - Method in enum 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.
- endpoints() - Method in interface io.quarkiverse.cxf.logging.CxfLoggingConfig
-
Endpoint configurations.
F
- 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.
- first - Variable in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- flush() - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- flushBuffer() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- fromOptional(Optional<CxfClientConfig.HTTPConduitImpl>, boolean, String, CxfClientConfig.HTTPConduitImpl) - Static method in enum io.quarkiverse.cxf.CxfClientConfig.HTTPConduitImpl
- fromSei(String) - Static method in class io.quarkiverse.cxf.CXFClientInfos
G
- 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.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
- 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
- getClassName() - Method in class io.quarkiverse.cxf.CXFServletInfo
- getClient(String) - Method in interface io.quarkiverse.cxf.CxfConfig
- getClientInfoBySei(String) - Method in class io.quarkiverse.cxf.CXFClientInfos
- getClients() - Method in class io.quarkiverse.cxf.devui.CxfJsonRPCService
- getConfigKey() - Method in class io.quarkiverse.cxf.CXFClientInfo
- 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
- getContext() - Method in class io.quarkiverse.cxf.transport.VertxReactiveRequestContext
- getContextPath() - Method in class io.quarkiverse.cxf.CXFServletInfos
- getContextPath() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- getContextPath() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequestXForwardedFilter
- 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
- getDeployment() - Method in class io.quarkiverse.cxf.transport.VertxReactiveRequestContext
- getDestination(EndpointInfo, Bus) - Method in class io.quarkiverse.cxf.transport.VertxDestinationFactory
- getDestinationRegistry() - Method in class io.quarkiverse.cxf.transport.VertxDestinationFactory
- 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
- 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
- getHostnameVerifier() - Method in class io.quarkiverse.cxf.CXFClientInfo
- getHttpConduitImpl() - Method in class io.quarkiverse.cxf.CXFClientInfo
- getImplementingClasses() - Method in class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean
- 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(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
- 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
- getLocales() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- 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
- getMethod() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- getMinChunkSize() - Method in class io.quarkiverse.cxf.transport.VertxReactiveRequestContext.ResteasyReactiveConfig
- 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
- getOutputBufferSize() - Method in class io.quarkiverse.cxf.transport.VertxReactiveRequestContext.ResteasyReactiveConfig
- 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
- 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
- getRemoteAddr() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequestXForwardedFilter
- 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
- 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
- getRequestURI() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequestXForwardedFilter
- getRequestURL() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- getRequestURL() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequestXForwardedFilter
- 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
- getResteasyReactiveConfig() - Method in class io.quarkiverse.cxf.transport.VertxReactiveRequestContext.Deployment
- getScheme() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- getSei() - Method in class io.quarkiverse.cxf.CXFClientData
- getSei() - Method in class io.quarkiverse.cxf.CXFClientInfo
- getSei() - Method in class io.quarkiverse.cxf.CXFServletInfo
- getServerName() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- getServerPort() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- 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
- getServletPath() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequestXForwardedFilter
- 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
- getStatus() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- getTrustStore() - Method in class io.quarkiverse.cxf.CXFClientInfo
- getTrustStorePassword() - Method in class io.quarkiverse.cxf.CXFClientInfo
- getTrustStoreType() - Method in class io.quarkiverse.cxf.CXFClientInfo
- 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
- getWriter() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- 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(RoutingContext) - Method in class io.quarkiverse.cxf.transport.CxfHandler
- 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
- 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,HttpsURLConnectionDefaultHostnameVerifierA fully qualified class name implementingjavax.net.ssl.HostnameVerifierto look up in the CDI container. - HttpClientHTTPConduitFactory - Class in io.quarkiverse.cxf
- HttpClientHTTPConduitFactory - io.quarkiverse.cxf.CxfClientConfig.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
- httpConduitFactory() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
Select the
HTTPConduitFactoryimplementation for this client. - HTTPServerPolicyExtensibility - Class in io.quarkiverse.cxf.extensibility
- HTTPServerPolicyExtensibility() - Constructor for class io.quarkiverse.cxf.extensibility.HTTPServerPolicyExtensibility
- HttpsURLConnectionDefaultHostnameVerifier - io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
I
- implementor() - Method in interface io.quarkiverse.cxf.CxfEndpointConfig
-
The service endpoint implementation class
- inBinaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
A comma separated list of additional binary media types to the default values in the
LoggingInInterceptorwhose content should not be logged. - 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
- initServer(RuntimeValue<CXFServletInfos>, BeanContainer, HttpConfiguration, CxfFixedConfig) - Method in class io.quarkiverse.cxf.CXFRecorder
- inMemThreshold() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
A message length in bytes at which it will be written to disk.
- internal() - Method in interface io.quarkiverse.cxf.CxfConfig
-
This exists just as a convenient way to get a
CxfClientConfigwith all defaults set. - io.quarkiverse.cxf - package io.quarkiverse.cxf
- io.quarkiverse.cxf.annotation - package io.quarkiverse.cxf.annotation
- 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.generated - package io.quarkiverse.cxf.transport.generated
- isAllowChunking() - Method in class io.quarkiverse.cxf.CXFClientInfo
- 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.generated.VertxServletOutputStream
- 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
- isSecure() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequestXForwardedFilter
- isUserInRole(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
L
- limit() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
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
- logBinary() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
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.GlobalInternal - Interface in io.quarkiverse.cxf
-
We moved
LoggingConfig.GlobalInternal.enabledFor()into a separate interface so that it is listed before the other logging options. - LoggingConfig.GlobalLoggingConfig - Interface in io.quarkiverse.cxf
- LoggingConfig.PerClientOrServiceInternal - Interface in io.quarkiverse.cxf
-
We moved
LoggingConfig.PerClientOrServiceInternal.enabled()into a separate interface so that it is listed before the other logging options. - 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
-
If
true, multipart payloads will be logged; otherwise they won't be logged. - logout() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
M
- maxRetransmits() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
Specifies the maximum amount of retransmits that are allowed for redirects.
- 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
- none - 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(String) - Static method in enum io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
- outBinaryContentMediaTypes() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
A comma separated list of additional binary media types to the default values in the
LoggingOutInterceptorwhose content should not be logged. - 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
- password() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
The password for HTTP Basic auth
- pretty() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
If
true, the XML elements will be indented in the log; otherwise they will appear unindented. - 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
- QuarkusBusFactory - Class in io.quarkiverse.cxf
- QuarkusBusFactory() - Constructor for class io.quarkiverse.cxf.QuarkusBusFactory
- QuarkusClientFactoryBean - Class in io.quarkiverse.cxf
- QuarkusClientFactoryBean() - Constructor for class io.quarkiverse.cxf.QuarkusClientFactoryBean
- QuarkusCXFDefault - io.quarkiverse.cxf.CxfClientConfig.HTTPConduitImpl
- QuarkusCxfFeature - Class in io.quarkiverse.cxf.graal
- QuarkusCxfFeature() - Constructor for class io.quarkiverse.cxf.graal.QuarkusCxfFeature
- QuarkusJaxWsProxyFactoryBean - Class in io.quarkiverse.cxf
- QuarkusJaxWsProxyFactoryBean(ClientFactoryBean, Class<?>...) - Constructor for class io.quarkiverse.cxf.QuarkusJaxWsProxyFactoryBean
- QuarkusRuntimeJaxWsServiceFactoryBean - Class in io.quarkiverse.cxf
- QuarkusRuntimeJaxWsServiceFactoryBean() - Constructor for class io.quarkiverse.cxf.QuarkusRuntimeJaxWsServiceFactoryBean
R
- 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.
- removeAttribute(String) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- request - Variable in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- 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
- response - Variable in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- ResteasyReactiveConfig(int, int) - Constructor for class io.quarkiverse.cxf.transport.VertxReactiveRequestContext.ResteasyReactiveConfig
- 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
- selectorCXFClientInfo(CxfConfig, CxfFixedConfig, InjectionPoint, CXFClientData) - 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
-
A comma separated list of XML elements containing sensitive information to be masked in the log.
- sensitiveProtocolHeaderNames() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
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 - io.quarkiverse.cxf.EnabledFor
- 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
- 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
- setHttpClientHTTPConduitFactory() - Method in class io.quarkiverse.cxf.CXFRecorder
- setIntHeader(String, int) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- setLocale(Locale) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- 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
- setServiceClass(Class<?>) - Method in class io.quarkiverse.cxf.QuarkusRuntimeJaxWsServiceFactoryBean
- setServletInfos(CXFServletInfos) - Static method in class io.quarkiverse.cxf.devui.CxfJsonRPCService
- setStatus(int) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- setURLConnectionHTTPConduitFactory() - Method in class io.quarkiverse.cxf.CXFRecorder
- setWriteListener(WriteListener) - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- 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?mtom=true+` for SOAP11HTTP_MTOM_BINDING * `+http://www.w3.org/2003/05/soap/bindings/HTTP/+` for SOAP12HTTP_BINDING * `+http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true+` for SOAP12HTTP_MTOM_BINDING
- 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?mtom=true+` for SOAP11HTTP_MTOM_BINDING * `+http://www.w3.org/2003/05/soap/bindings/HTTP/+` for SOAP12HTTP_BINDING * `+http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true+` for SOAP12HTTP_MTOM_BINDING
- startAsync() - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- startAsync(ServletRequest, ServletResponse) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
T
- terminateResponse() - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- throwable - Variable in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- toString() - Method in class io.quarkiverse.cxf.CXFServletInfo
- trustStore() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
The trust store location for this client.
- trustStorePassword() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
The trust store password
- trustStoreType() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
The type of the trust store.
U
- upgrade(Class<T>) - Method in class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- URLConnectionHTTPConduitFactory - Class in io.quarkiverse.cxf
- URLConnectionHTTPConduitFactory - io.quarkiverse.cxf.CxfClientConfig.HTTPConduitImpl
- URLConnectionHTTPConduitFactory() - Constructor for class io.quarkiverse.cxf.URLConnectionHTTPConduitFactory
- username() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
The username for HTTP Basic auth
- UsingAddressingExtensibility - Class in io.quarkiverse.cxf.extensibility
- UsingAddressingExtensibility() - Constructor for class io.quarkiverse.cxf.extensibility.UsingAddressingExtensibility
V
- value() - Method in annotation type io.quarkiverse.cxf.annotation.CXFClient
-
The client key, such as
myClientpresent in application configuration, e.g. - valueOf(String) - Static method in enum io.quarkiverse.cxf.CxfClientConfig.HTTPConduitImpl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkiverse.cxf.EnabledFor
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkiverse.cxf.CxfClientConfig.HTTPConduitImpl
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkiverse.cxf.EnabledFor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verbose() - Method in interface io.quarkiverse.cxf.LoggingConfig
-
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
- VertxHttpServletRequest - Class in io.quarkiverse.cxf.transport
- VertxHttpServletRequest(RoutingContext, String, String) - Constructor for class io.quarkiverse.cxf.transport.VertxHttpServletRequest
- VertxHttpServletRequestXForwardedFilter - Class in io.quarkiverse.cxf.transport
-
Based on AbstractHttpServlet#HttpServletRequestXForwardedFilter https://github.com/apache/cxf/blob/cxf-3.4.5/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/AbstractHTTPServlet.java#L462
- VertxHttpServletResponse - Class in io.quarkiverse.cxf.transport
- VertxHttpServletResponse(RoutingContext, int, int) - Constructor for class io.quarkiverse.cxf.transport.VertxHttpServletResponse
- VertxReactiveRequestContext - Class in io.quarkiverse.cxf.transport
- VertxReactiveRequestContext(RoutingContext, int, int) - Constructor for class io.quarkiverse.cxf.transport.VertxReactiveRequestContext
- VertxReactiveRequestContext.Deployment - Class in io.quarkiverse.cxf.transport
- VertxReactiveRequestContext.ResteasyReactiveConfig - Class in io.quarkiverse.cxf.transport
- VertxServletConfig - Class in io.quarkiverse.cxf.transport
- VertxServletConfig() - Constructor for class io.quarkiverse.cxf.transport.VertxServletConfig
- VertxServletOutputStream - Class in io.quarkiverse.cxf.transport.generated
-
Adapted by sync-quarkus-classes.groovy from
ResteasyReactiveOutputStreamfrom Quarkus. - VertxServletOutputStream(VertxReactiveRequestContext) - Constructor for class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
W
- waitingForDrain - Variable in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- write(byte[]) - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- write(byte[], int, int) - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- write(int) - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- write(ByteBuf, boolean) - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- writeBlocking(ByteBuf, boolean) - Method in class io.quarkiverse.cxf.transport.generated.VertxServletOutputStream
- wsdlPath() - Method in interface io.quarkiverse.cxf.CxfClientConfig
-
The client WSDL path
- 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
All Classes All Packages