Class PojoClassHolder

    • Constructor Summary

      Constructors 
      Constructor Description
      PojoClassHolder​(java.lang.Class<?> pojoClazz, ClientEndpointConfig clientEndpointConfig)
      Constructs a new PojoClassHolder.
    • 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

      • PojoClassHolder

        public PojoClassHolder​(java.lang.Class<?> pojoClazz,
                               ClientEndpointConfig clientEndpointConfig)
        Constructs a new PojoClassHolder.
        Parameters:
        pojoClazz - the POJO class annotated with @ClientEndpoint
        clientEndpointConfig - the client endpoint configuration