org.opencms.gwt.rebind.rpc
Class CmsRpcServiceGenerator

java.lang.Object
  extended by com.google.gwt.core.ext.Generator
      extended by com.google.gwt.core.ext.IncrementalGenerator
          extended by com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
              extended by 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.


Constructor Summary
CmsRpcServiceGenerator()
           
 
Method Summary
protected  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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsRpcServiceGenerator

public CmsRpcServiceGenerator()
Method Detail

createProxyCreator

protected com.google.gwt.user.rebind.rpc.ProxyCreator createProxyCreator(com.google.gwt.core.ext.typeinfo.JClassType remoteService)
Overrides:
createProxyCreator in class com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
See Also:
ServiceInterfaceProxyGenerator.createProxyCreator(com.google.gwt.core.ext.typeinfo.JClassType)