com.google.gwt.user.rebind.rpc
Class ProxyCreator

java.lang.Object
  extended by com.google.gwt.user.rebind.rpc.ProxyCreator
Direct Known Subclasses:
RpcProxyCreator

public class ProxyCreator
extends java.lang.Object

Creates a client-side proxy for a RemoteService interface as well as the necessary type and field serializers.


Field Summary
static java.lang.String MANIFEST_ARTIFACT_DIR
          The directory within which RPC manifests are placed for individual permutations.
 
Constructor Summary
ProxyCreator(JClassType serviceIntf)
           
 
Method Summary
 java.lang.String create(TreeLogger logger, GeneratorContext context)
          Creates the client-side proxy class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANIFEST_ARTIFACT_DIR

public static final java.lang.String MANIFEST_ARTIFACT_DIR
The directory within which RPC manifests are placed for individual permutations.

See Also:
Constant Field Values
Constructor Detail

ProxyCreator

public ProxyCreator(JClassType serviceIntf)
Method Detail

create

public java.lang.String create(TreeLogger logger,
                               GeneratorContext context)
                        throws UnableToCompleteException
Creates the client-side proxy class.

Throws:
UnableToCompleteException