Classes used in server-side implementation of remote procedure calls.
Of primary interest is RemoteServiceServlet, which is the base class of all RPC
servers.
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.