Class SSLConnectionUtils

java.lang.Object
org.apache.synapse.transport.passthru.core.ssl.SSLConnectionUtils

public class SSLConnectionUtils extends Object
  • Constructor Details

    • SSLConnectionUtils

      public SSLConnectionUtils()
  • Method Details

    • 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 Name
      configuration - PassThroughSharedListenerConfiguration
      Returns:
      ServerConnectionFactory
      Throws:
      org.apache.axis2.AxisFault