Class TransportFactory


  • public final class TransportFactory
    extends java.lang.Object
    Factory for creating connection transports.
    Author:
    Middleware Services
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Transport getTransport​(java.lang.Class<? extends ConnectionFactory> clazz)
      The TRANSPORT_OVERRIDE map is checked and that class is loaded if provided.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTransport

        public static Transport getTransport​(java.lang.Class<? extends ConnectionFactory> clazz)
        The TRANSPORT_OVERRIDE map is checked and that class is loaded if provided. Otherwise the default transport for the supplied class is provided.
        Parameters:
        clazz - to return transport for
        Returns:
        transport