Interface SSLProfileLoader

All Known Implementing Classes:
HttpCoreNIOMultiSSLListener, HttpCoreNIOSSLSender, PassThroughHttpMultiSSLListener, PassThroughHttpSSLSender

public interface SSLProfileLoader
Interface to be implemented by all SSL senders and listeners in order to receive notifications on config file changes at runtime
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reloadConfig(org.apache.axis2.description.ParameterInclude transport)
    Reload SSL configurations by each Listener/sender
  • Method Details

    • reloadConfig

      void reloadConfig(org.apache.axis2.description.ParameterInclude transport) throws org.apache.axis2.AxisFault
      Reload SSL configurations by each Listener/sender
      Parameters:
      transport - Transport In/Out Description
      Throws:
      org.apache.axis2.AxisFault