public class ClientSSLConfigurationBuilder
extends java.lang.Object
Constructor and Description |
---|
ClientSSLConfigurationBuilder() |
Modifier and Type | Method and Description |
---|---|
ClientSSLConfigurationBuilder |
parseSSL(TargetConfiguration targetConfiguration,
org.apache.axis2.description.TransportOutDescription transportOut)
Parse SSL configuration from axis2.xml.
|
void |
setClientSSLConfig(org.wso2.transport.http.netty.contract.config.SslConfiguration sslConfiguration)
Populate the SSL configuration values in the given client SslConfiguration.
|
public void setClientSSLConfig(org.wso2.transport.http.netty.contract.config.SslConfiguration sslConfiguration)
sslConfiguration
- instance that represents the client's ssl configurationpublic ClientSSLConfigurationBuilder parseSSL(TargetConfiguration targetConfiguration, org.apache.axis2.description.TransportOutDescription transportOut) throws org.apache.axis2.AxisFault
targetConfiguration
- the configuration of the sendertransportOut
- TransportOutDescription of the configurationorg.apache.axis2.AxisFault
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.