List of usage examples for com.google.gwt.user.rebind.rpc ProxyCreator subclass-usage
From source file com.googlecode.gwtphonegap.rebind.PhonegapProxyCreator.java
public class PhonegapProxyCreator extends ProxyCreator { public PhonegapProxyCreator(JClassType serviceIntf) { super(serviceIntf); }
From source file org.cruxframework.crux.core.rebind.rpc.CruxProxyCreator.java
/**
* This class overrides the GWT Proxy Creator to add a wrapper class around the original generated class.
*
* <p>
* The wrapper has two goals:<br>
* - Point all requests that does not inform an endPoint to the Crux FrontController Servlet.<br>
From source file org.opencms.gwt.rebind.rpc.CmsRpcProxyCreator.java
/** * Creates proxies supporting optionally synchronized RPC methods * using the {@link SynchronizedRpcRequest} annotation.<p> */ public class CmsRpcProxyCreator extends ProxyCreator {
From source file org.rhq.coregui.user.rebind.rpc.TrackingProxyCreator.java
/**
* Creates a customized client-side proxy for a {@link RemoteService} interface.
*
* @see TrackingRemoteServiceProxy
* @author Joseph Marques
*/
From source file org.rhq.enterprise.gui.coregui.user.rebind.rpc.TrackingProxyCreator.java
/**
* Creates a customized client-side proxy for a {@link RemoteService} interface.
*
* @see TrackingRemoteServiceProxy
* @author Joseph Marques
*/
From source file org.unitime.timetable.gwt.command.generator.GwtRpcProxyCreator.java
public class GwtRpcProxyCreator extends ProxyCreator { private GeneratorContext iGeneratorContext; public GwtRpcProxyCreator(JClassType serviceIntf, GeneratorContext ctx) { super(serviceIntf); iGeneratorContext = ctx;