Package com.google.gwt.user.client.rpc
Interface RpcToken
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XsrfToken
An interface for RPC token implementation objects included with each RPC
call. RPC tokens can be used to implement XSRF protection for RPC calls.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic @interface
RemoteService
interfaces specifyingRpcToken
implementation using this annotation will only have serializers for the specific class generated, as opposed to generating serializers for allRpcToken
implementations.