Package org.cometd.annotation.server


package org.cometd.annotation.server
  • Class
    Description
    A specialized version of CometDServlet that can be configured with the init-parameter services to be a comma separated list of class names of annotated services, that will be processed by ServerAnnotationProcessor upon initialization.
    For server-side services, identifies channel configuration methods that are invoked when a message is processed on server-side.
    Identifies callback methods on server-side services that are invoked when the client is performing a remote call.
    Objects implementing this interface represent remote clients that performed remote calls.
    Processes annotations in server-side service objects.