com.google.gwt.rpc.rebind
Class RpcProxyCreator

java.lang.Object
  extended by com.google.gwt.user.rebind.rpc.ProxyCreator
      extended by com.google.gwt.rpc.rebind.RpcProxyCreator

public class RpcProxyCreator
extends ProxyCreator

Generates async proxy implementations using the RPC system.


Field Summary
 
Fields inherited from class com.google.gwt.user.rebind.rpc.ProxyCreator
MANIFEST_ARTIFACT_DIR
 
Constructor Summary
RpcProxyCreator(JClassType type)
           
 
Method Summary
 
Methods inherited from class com.google.gwt.user.rebind.rpc.ProxyCreator
create
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcProxyCreator

public RpcProxyCreator(JClassType type)