com.google.gwt.user.rebind.rpc
Class ProxyCreator
java.lang.Object
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. |
|
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 |
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
ProxyCreator
public ProxyCreator(JClassType serviceIntf)
create
public java.lang.String create(TreeLogger logger,
GeneratorContext context)
throws UnableToCompleteException
- Creates the client-side proxy class.
- Throws:
UnableToCompleteException