public interface

RpcToken

implements Serializable
com.google.gwt.user.client.rpc.RpcToken

Class Overview

An interface for RPC token implementation objects included with each RPC call. RPC tokens can be used to implement XSRF protection for RPC calls.

Summary

Nested Classes
@interface RpcToken.RpcTokenImplementation RemoteService interfaces specifying RpcToken implementation using this annotation will only have serializers for the specific class generated, as opposed to generating serializers for all RpcToken implementations.