Class ClientSSLConfigurationBuilder


  • public class ClientSSLConfigurationBuilder
    extends Object
    Builder class for the Client SSLConfiguration.
    • Constructor Detail

      • ClientSSLConfigurationBuilder

        public ClientSSLConfigurationBuilder()
    • Method Detail

      • setClientSSLConfig

        public void setClientSSLConfig​(org.wso2.transport.http.netty.contract.config.SslConfiguration sslConfiguration)
        Populate the SSL configuration values in the given client SslConfiguration.
        Parameters:
        sslConfiguration - instance that represents the client's ssl configuration
      • parseSSL

        public ClientSSLConfigurationBuilder parseSSL​(TargetConfiguration targetConfiguration,
                                                      org.apache.axis2.description.TransportOutDescription transportOut)
                                               throws org.apache.axis2.AxisFault
        Parse SSL configuration from axis2.xml.
        Parameters:
        targetConfiguration - the configuration of the sender
        transportOut - TransportOutDescription of the configuration
        Throws:
        org.apache.axis2.AxisFault