GWT automatically generates an RPC implementation from the interface RemoteServiceand corresponds to the corresponding interface Async. GWT#create()is the glue between your application and the specific implementations created by the GWT code generators.
source
share