Package org.cometd.annotation.server
-
Interface Summary Interface Description RemoteCall.Caller Objects implementing this interface represent remote clients that performed remote calls. -
Class Summary Class Description AnnotationCometDServlet A specialized version ofCometDServlet
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 byServerAnnotationProcessor
upon initialization.ServerAnnotationProcessor Processes annotations in server-side service objects. -
Annotation Types Summary Annotation Type Description Configure For server-side services, identifies channel configuration methods that are invoked when a message is processed on server-side.RemoteCall Identifies callback methods on server-side services that are invoked when the client is performing a remote call.