Package org.opencms.gwt.rebind.rpc
Class CmsRpcServiceGenerator
java.lang.Object
com.google.gwt.core.ext.Generator
com.google.gwt.core.ext.IncrementalGenerator
com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
org.opencms.gwt.rebind.rpc.CmsRpcServiceGenerator
public class CmsRpcServiceGenerator
extends com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
Creates proxies supporting optionally synchronized RPC methods using the
SynchronizedRpcRequest
annotation.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.core.ext.Generator
com.google.gwt.core.ext.Generator.RunsLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.gwt.user.rebind.rpc.ProxyCreator
createProxyCreator
(com.google.gwt.core.ext.typeinfo.JClassType remoteService) Methods inherited from class com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
generateIncrementally, getVersionId
Methods inherited from class com.google.gwt.core.ext.IncrementalGenerator
generate, generateNonIncrementally
Methods inherited from class com.google.gwt.core.ext.Generator
escape, escapeClassName
-
Constructor Details
-
CmsRpcServiceGenerator
public CmsRpcServiceGenerator()
-
-
Method Details
-
createProxyCreator
protected com.google.gwt.user.rebind.rpc.ProxyCreator createProxyCreator(com.google.gwt.core.ext.typeinfo.JClassType remoteService) - Overrides:
createProxyCreator
in classcom.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
- See Also:
-
ServiceInterfaceProxyGenerator.createProxyCreator(com.google.gwt.core.ext.typeinfo.JClassType)
-