Class EndpointHolder

    • Constructor Summary

      Constructors 
      Constructor Description
      EndpointHolder​(Endpoint endpoint)
      Creates a new holder for the specified endpoint instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Returns the fully qualified class name of the endpoint.
      Endpoint getInstance​(InstanceManager instanceManager)
      Returns an instance of the endpoint using the given instance manager.
      • Methods inherited from class java.lang.Object

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

      • EndpointHolder

        public EndpointHolder​(Endpoint endpoint)
        Creates a new holder for the specified endpoint instance.
        Parameters:
        endpoint - The endpoint instance to hold