Uses of Package
com.google.gwt.user.server.rpc
Packages that use com.google.gwt.user.server.rpc
Package
Description
Server classes for java.util.logging support in GWT.
Jakarta-specific package for server-only classes.
Classes used in client-side implementation of remote procedure calls.
Classes used in server-side implementation of remote procedure calls.
Jakarta-specific package for server-only classes.
-
Classes in com.google.gwt.user.server.rpc used by com.google.gwt.logging.serverClassDescriptionAn abstract base class containing utility methods.The servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs.Used to obtain a
SerializationPolicy
for a given module base URL and serialization policy strong name. -
Classes in com.google.gwt.user.server.rpc used by com.google.gwt.logging.server.jakartaClassDescriptionUsed to obtain a
SerializationPolicy
for a given module base URL and serialization policy strong name. -
Classes in com.google.gwt.user.server.rpc used by com.google.gwt.user.client.rpcClassDescriptionAnnotation for RPC interfaces and methods indicating that they should be XSRF protected.
-
Classes in com.google.gwt.user.server.rpc used by com.google.gwt.user.server.rpcClassDescriptionAn abstract base class containing utility methods.An abstract class for XSRF protected RPC service implementations, which decides if XSRF protection should be enforced on a method invocation based on the following logic: RPC interface or method can be annotated with either
XsrfProtect
orNoXsrfProtect
annotation to enable or disable XSRF protection on all methods of an RPC interface or a single method correspondingly.The servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs.Describes an incoming RPC request in terms of a resolvedMethod
and an array of arguments.This is an abstract class for representing the serialization policy for a given module andRemoteService
.Destination for the loader's log messages.Used to obtain aSerializationPolicy
for a given module base URL and serialization policy strong name. -
Classes in com.google.gwt.user.server.rpc used by com.google.gwt.user.server.rpc.jakartaClassDescriptionDescribes an incoming RPC request in terms of a resolved
Method
and an array of arguments.This is an abstract class for representing the serialization policy for a given module andRemoteService
.Used to obtain aSerializationPolicy
for a given module base URL and serialization policy strong name.