GWT 2.1.1

Uses of Package
com.google.gwt.user.client.rpc

Packages that use com.google.gwt.user.client.rpc
com.google.gwt.jsonp.client Classes for sending cross domain requests to an http server, potentially on a different domain, via JSONP. 
com.google.gwt.logging.server   
com.google.gwt.logging.shared   
com.google.gwt.rpc.client Contains the client-side APIs for deRPC. 
com.google.gwt.rpc.client.impl   
com.google.gwt.rpc.server Contains the server-side APIs for deRPC. 
com.google.gwt.user.client.rpc Classes used in client-side implementation of remote procedure calls. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
com.google.gwt.user.server.rpc Classes used in server-side implementation of remote procedure calls. 
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.jsonp.client
AsyncCallback
          The primary interface a caller must implement to receive a response from a remote procedure call.
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.logging.server
RemoteService
          Marker interface that RPC interfaces should extend.
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.logging.shared
AsyncCallback
          The primary interface a caller must implement to receive a response from a remote procedure call.
RemoteService
          Marker interface that RPC interfaces should extend.
RemoteServiceRelativePath
          Associates a RemoteService with a relative path.
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.rpc.client
RemoteService
          Marker interface that RPC interfaces should extend.
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.rpc.client.impl
SerializationStreamWriter
          An interface for writing values into a stream.
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.rpc.server
SerializationException
          Base exception type for errors relating to the serialization stream.
SerializationStreamReader
          An interface for reading values from a stream.
SerializationStreamWriter
          An interface for writing values into a stream.
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.user.client.rpc
InvocationException
          Occurs when a service invocation did not complete cleanly.
IsSerializable
          Marker interface indicating that a type is intended to be used with a RemoteService.
RpcRequestBuilder
          This class encapsulates the logic necessary to configure a RequestBuilder for use with an RPC proxy object.
SerializationException
          Base exception type for errors relating to the serialization stream.
SerializationStreamReader
          An interface for reading values from a stream.
SerializationStreamWriter
          An interface for writing values into a stream.
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.user.client.ui
IsSerializable
          Marker interface indicating that a type is intended to be used with a RemoteService.
 

Classes in com.google.gwt.user.client.rpc used by com.google.gwt.user.server.rpc
SerializationException
          Base exception type for errors relating to the serialization stream.
 


GWT 2.1.1