Interface ClientEndpointHolder

    • Method Detail

      • getClassName

        java.lang.String getClassName()
        Returns the fully qualified class name of the endpoint.
        Returns:
        the class name
      • getInstance

        Endpoint getInstance​(InstanceManager instanceManager)
                      throws DeploymentException
        Returns an instance of the endpoint using the given instance manager.
        Parameters:
        instanceManager - the instance manager to create the endpoint
        Returns:
        the endpoint instance
        Throws:
        DeploymentException - if the endpoint cannot be instantiated