Package io.quarkiverse.cxf
Class CXFClientInfo
java.lang.Object
io.quarkiverse.cxf.CXFClientInfo
CXF client metadata - the complete set as known at runtime.
-
Constructor Summary
ConstructorsConstructorDescriptionCXFClientInfo(CXFClientData other, CxfConfig cxfConfig, CxfClientConfig config, String configKey, io.vertx.core.Vertx vertx) -
Method Summary
Modifier and TypeMethodDescriptionintintorg.apache.cxf.transports.http.configuration.ConnectionTypegetHost()intintorg.apache.cxf.transports.http.configuration.ProxyServerTypeorg.apache.cxf.annotations.SchemaValidation.SchemaValidationTypegetSei()io.quarkus.tls.TlsConfigurationbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
CXFClientInfo
public CXFClientInfo(CXFClientData other, CxfConfig cxfConfig, CxfClientConfig config, String configKey, io.vertx.core.Vertx vertx)
-
-
Method Details
-
getHostnameVerifier
-
getSei
-
getEndpointAddress
-
getWsdlUrl
-
getSoapBinding
-
getWsNamespace
-
getWsName
-
getEpNamespace
-
getEpName
-
getUsername
-
getPassword
-
isProxyClassRuntimeInitialized
public boolean isProxyClassRuntimeInitialized() -
getFeatures
-
getHandlers
-
getInInterceptors
-
getOutInterceptors
-
getOutFaultInterceptors
-
getInFaultInterceptors
-
getConnectionTimeout
-
getReceiveTimeout
-
getConnectionRequestTimeout
-
isAutoRedirect
public boolean isAutoRedirect() -
isRedirectRelativeUri
public boolean isRedirectRelativeUri() -
getRetransmitCache
-
getMaxRetransmits
public int getMaxRetransmits() -
getMaxSameUri
public int getMaxSameUri() -
isAllowChunking
public boolean isAllowChunking() -
getChunkingThreshold
public int getChunkingThreshold() -
getChunkLength
public int getChunkLength() -
getAccept
-
getAcceptLanguage
-
getAcceptEncoding
-
getContentType
-
getHost
-
getConnection
public org.apache.cxf.transports.http.configuration.ConnectionType getConnection() -
getCacheControl
-
getVersion
-
getBrowserType
-
getDecoupledEndpoint
-
getDecoupledEndpointBase
-
getProxyServer
-
getProxyServerPort
-
getNonProxyHosts
-
getProxyServerType
public org.apache.cxf.transports.http.configuration.ProxyServerType getProxyServerType() -
getProxyUsername
-
getProxyPassword
-
getHttpConduitImpl
-
getTlsConfigurationName
-
getTlsConfiguration
public io.quarkus.tls.TlsConfiguration getTlsConfiguration() -
getConfigKey
-
getSchemaValidationEnabledFor
public org.apache.cxf.annotations.SchemaValidation.SchemaValidationType getSchemaValidationEnabledFor() -
isSecureWsdlAccess
public boolean isSecureWsdlAccess()
-