Package io.quarkiverse.cxf
Class CXFClientInfo
- java.lang.Object
-
- io.quarkiverse.cxf.CXFClientInfo
-
public class CXFClientInfo extends Object
CXF client metadata - the complete set as known at runtime.
-
-
Constructor Summary
Constructors Constructor Description CXFClientInfo(CXFClientData other, CxfClientConfig config, String configKey)
-
Method Summary
-
-
-
Constructor Detail
-
CXFClientInfo
public CXFClientInfo(CXFClientData other, CxfClientConfig config, String configKey)
-
-
Method Detail
-
getHostnameVerifier
public String getHostnameVerifier()
-
getSei
public String getSei()
-
getEndpointAddress
public String getEndpointAddress()
-
getWsdlUrl
public String getWsdlUrl()
-
getSoapBinding
public String getSoapBinding()
-
getWsNamespace
public String getWsNamespace()
-
getWsName
public String getWsName()
-
getEpNamespace
public String getEpNamespace()
-
getEpName
public String getEpName()
-
getUsername
public String getUsername()
-
getPassword
public String getPassword()
-
isProxyClassRuntimeInitialized
public boolean isProxyClassRuntimeInitialized()
-
getConnectionTimeout
public Long getConnectionTimeout()
-
getReceiveTimeout
public Long getReceiveTimeout()
-
getConnectionRequestTimeout
public Long getConnectionRequestTimeout()
-
isAutoRedirect
public boolean isAutoRedirect()
-
getMaxRetransmits
public int getMaxRetransmits()
-
isAllowChunking
public boolean isAllowChunking()
-
getChunkingThreshold
public int getChunkingThreshold()
-
getChunkLength
public int getChunkLength()
-
getAccept
public String getAccept()
-
getAcceptLanguage
public String getAcceptLanguage()
-
getAcceptEncoding
public String getAcceptEncoding()
-
getContentType
public String getContentType()
-
getHost
public String getHost()
-
getConnection
public org.apache.cxf.transports.http.configuration.ConnectionType getConnection()
-
getCacheControl
public String getCacheControl()
-
getVersion
public String getVersion()
-
getBrowserType
public String getBrowserType()
-
getDecoupledEndpoint
public String getDecoupledEndpoint()
-
getProxyServer
public String getProxyServer()
-
getProxyServerPort
public Integer getProxyServerPort()
-
getNonProxyHosts
public String getNonProxyHosts()
-
getProxyServerType
public org.apache.cxf.transports.http.configuration.ProxyServerType getProxyServerType()
-
getProxyUsername
public String getProxyUsername()
-
getProxyPassword
public String getProxyPassword()
-
getHttpConduitImpl
public CxfClientConfig.HTTPConduitImpl getHttpConduitImpl()
-
getTrustStore
public String getTrustStore()
-
getTrustStorePassword
public String getTrustStorePassword()
-
getTrustStoreType
public String getTrustStoreType()
-
getConfigKey
public String getConfigKey()
-
-