Class CXFClientInfo


  • public class CXFClientInfo
    extends Object
    • Constructor Detail

      • CXFClientInfo

        public CXFClientInfo()
      • CXFClientInfo

        public CXFClientInfo​(String sei,
                             String endpointAddress,
                             String soapBinding,
                             String wsNamespace,
                             String wsName,
                             boolean proxyClassRuntimeInitialized)
    • Method Detail

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