Class SSLConnectionUtils
- java.lang.Object
-
- org.apache.synapse.transport.passthru.core.ssl.SSLConnectionUtils
-
public class SSLConnectionUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description SSLConnectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServerConnFactory
getServerConnectionFactory(String endpointName, PassThroughSharedListenerConfiguration configuration, SSLConfiguration sslConfiguration)
Method for return ServerConnectionFactory by building ServerConnectionFactory with given SSL Configurations
-
-
-
Method Detail
-
getServerConnectionFactory
public static ServerConnFactory getServerConnectionFactory(String endpointName, PassThroughSharedListenerConfiguration configuration, SSLConfiguration sslConfiguration) throws org.apache.axis2.AxisFault
Method for return ServerConnectionFactory by building ServerConnectionFactory with given SSL Configurations- Parameters:
endpointName
- Endpoint Nameconfiguration
- PassThroughSharedListenerConfiguration- Returns:
- ServerConnectionFactory
- Throws:
org.apache.axis2.AxisFault
-
-