All Classes
Class | Description |
---|---|
AnnotationCometDServlet |
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. |
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.
|
RemoteCall.Caller |
Objects implementing this interface represent remote clients that
performed remote calls.
|
ServerAnnotationProcessor |
Processes annotations in server-side service objects.
|