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 Details

  • Method Details

    • 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()
    • getFeatures

      public List<String> getFeatures()
    • getHandlers

      public List<String> getHandlers()
    • getInInterceptors

      public List<String> getInInterceptors()
    • getOutInterceptors

      public List<String> getOutInterceptors()
    • getOutFaultInterceptors

      public List<String> getOutFaultInterceptors()
    • getInFaultInterceptors

      public List<String> getInFaultInterceptors()
    • 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()
    • getDecoupledEndpointBase

      public String getDecoupledEndpointBase()
    • 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()
    • getKeyStore

      public String getKeyStore()
    • getKeyStorePassword

      public String getKeyStorePassword()
    • getKeyStoreType

      public String getKeyStoreType()
    • getKeyPassword

      public String getKeyPassword()
    • getTrustStore

      public String getTrustStore()
    • getTrustStorePassword

      public String getTrustStorePassword()
    • getTrustStoreType

      public String getTrustStoreType()
    • getConfigKey

      public String getConfigKey()
    • getSchemaValidationEnabledFor

      public org.apache.cxf.annotations.SchemaValidation.SchemaValidationType getSchemaValidationEnabledFor()
    • isSecureWsdlAccess

      public boolean isSecureWsdlAccess()