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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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, escapeClassName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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)