| Class | Description |
|---|---|
| AnnotationUtil | |
| EndpointProxy |
A Proxy that wraps an
Endpoint in one or more service interfaces, i.e. |
| GenericEndpoint |
An endpoint that reflectively delegates to
JsonNotification and
JsonRequest methods of one or more given delegate objects. |
| ServiceEndpoints |
| Annotation Type | Description |
|---|---|
| JsonDelegate |
A method annotated with
JsonDelegate is treated as a delegate method. |
| JsonNotification |
Annotation to mark a notification method on an interface or class.
|
| JsonRequest |
Annotation to mark a request method on an interface or class.
|
| JsonSegment |
Use on a class or interface to prefix all declared
JsonRequest and JsonNotification methods. |