com.google.gwt.user.rebind.rpc
Class ServiceInterfaceProxyGenerator
java.lang.Object
com.google.gwt.core.ext.Generator
com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
- public class ServiceInterfaceProxyGenerator
- extends Generator
ServiceInterfaceProxyGenerator
public ServiceInterfaceProxyGenerator()
generate
public String generate(TreeLogger logger,
GeneratorContext ctx,
String requestedClass)
throws UnableToCompleteException
- Description copied from class:
Generator
- Generate a default constructible subclass of the requested type.
- Specified by:
generate in class Generator
- Returns:
- the name of a subclass to substitute for the requested class, or
return
null to cause the requested type itself to be
used
- Throws:
UnableToCompleteException - if for any reason the generator cannot
provide a substitute class
isCompatibleWith
public boolean isCompatibleWith(Class classOrInterface)
getProxyCreator
public com.google.gwt.user.rebind.rpc.ProxyCreator getProxyCreator(JClassType serviceIntf,
SerializableTypeOracle serializableTypeOracle)
This javadoc distribution was not produced by Google. The official documentation is here.