Class EndpointFactory


  • public class EndpointFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EndpointFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Endpoint createEndpoint​(java.lang.String routerName, jakarta.jms.QueueConnection connection, RequestServiceFactory rsf, boolean createInternalCommands)  
      • Methods inherited from class java.lang.Object

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

      • EndpointFactory

        public EndpointFactory()
    • Method Detail

      • createEndpoint

        public static Endpoint createEndpoint​(java.lang.String routerName,
                                              jakarta.jms.QueueConnection connection,
                                              RequestServiceFactory rsf,
                                              boolean createInternalCommands)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception