Package io.quarkiverse.cxf
Class CXFClientInfo
- java.lang.Object
-
- io.quarkiverse.cxf.CXFClientInfo
-
public class CXFClientInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CXFClientInfo()CXFClientInfo(CXFClientInfo other)CXFClientInfo(String sei, String endpointAddress, String soapBinding, String wsNamespace, String wsName, boolean proxyClassRuntimeInitialized)
-
Method Summary
-
-
-
Method Detail
-
withConfig
public CXFClientInfo withConfig(CxfClientConfig config, String configKey)
-
getSei
public String getSei()
-
setSei
public void setSei(String sei)
-
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()
-
-