Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • 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)