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) -
Method Summary
-
Constructor Details
-
CXFClientInfo
public CXFClientInfo(CXFClientData other, CxfConfig cxfConfig, CxfClientConfig config, String configKey)
-
-
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() -
getMaxRetransmits
public int getMaxRetransmits() -
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
-
getKeyStore
-
getKeyStorePassword
-
getKeyStoreType
-
getKeyPassword
-
getTrustStore
-
getTrustStorePassword
-
getTrustStoreType
-
getConfigKey
-
getSchemaValidationEnabledFor
public org.apache.cxf.annotations.SchemaValidation.SchemaValidationType getSchemaValidationEnabledFor() -
isSecureWsdlAccess
public boolean isSecureWsdlAccess()
-