Class ProxyProfileConfig


  • public class ProxyProfileConfig
    extends Object
    Represents a proxy profile configured in the axis2.xml
    • Constructor Detail

      • ProxyProfileConfig

        public ProxyProfileConfig​(org.apache.http.HttpHost proxy,
                                  org.apache.http.auth.UsernamePasswordCredentials credentials,
                                  Set<String> proxyByPass)
    • Method Detail

      • getProxy

        public org.apache.http.HttpHost getProxy()
      • getCredentials

        public org.apache.http.auth.UsernamePasswordCredentials getCredentials()
      • getProxyByPass

        public Set<String> getProxyByPass()