Interface | Description |
---|---|
RpcDecoder |
Decoder of RPC method arguments (server-side methods invoked from the
client-side).
|
RpcInvocationHandler |
RPC invocation handler interface.
|
Class | Description |
---|---|
AbstractRpcInvocationHandler |
Abstract invocation handler implementation with common methods.
|
AttachExistingElementRpcHandler |
RPC handler for a client-side response on attach existing element request.
|
AttachTemplateChildRpcHandler |
RPC handler for a client-side response on attach existing element by id
request.
|
DefaultRpcDecoder |
Decodes the standard basic types from their JSON representation.
|
EventRpcHandler |
RPC handler for events.
|
MapSyncRpcHandler |
Model map synchronization RPC handler.
|
NavigationRpcHandler |
RPC handler for Navigation.
|
PublishedServerEventHandlerRpcHandler |
RPC handler for events triggered through
element.$server or
simply $server in template event handlers. |
StringToEnumDecoder | |
StringToNumberDecoder |
Exception | Description |
---|---|
RpcDecodeException |
Thrown if RPC method argument cannot be decoded to the required type.
|
Copyright © 2022. All rights reserved.