Class ClientSSLConfigurationBuilder
java.lang.Object
org.apache.synapse.transport.netty.sender.ClientSSLConfigurationBuilder
Builder class for the Client SSLConfiguration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseSSL(TargetConfiguration targetConfiguration, org.apache.axis2.description.TransportOutDescription transportOut) Parse SSL configuration from axis2.xml.voidsetClientSSLConfig(org.wso2.transport.http.netty.contract.config.SslConfiguration sslConfiguration) Populate the SSL configuration values in the given client SslConfiguration.
-
Constructor Details
-
ClientSSLConfigurationBuilder
public ClientSSLConfigurationBuilder()
-
-
Method Details
-
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 sendertransportOut- TransportOutDescription of the configuration- Throws:
org.apache.axis2.AxisFault
-