Class PojoHolder

    • Constructor Summary

      Constructors 
      Constructor Description
      PojoHolder​(java.lang.Object pojo, ClientEndpointConfig clientEndpointConfig)
      Constructs a new PojoHolder.
    • 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

      • PojoHolder

        public PojoHolder​(java.lang.Object pojo,
                          ClientEndpointConfig clientEndpointConfig)
        Constructs a new PojoHolder.
        Parameters:
        pojo - the POJO instance annotated with @ClientEndpoint
        clientEndpointConfig - the client endpoint configuration