Example usage for com.google.gwt.user.client.rpc ServiceDefTarget interface-usage

List of usage examples for com.google.gwt.user.client.rpc ServiceDefTarget interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.rpc ServiceDefTarget interface-usage.

Usage

From source file com.googlecode.gwtphonegap.client.rpc.PhonegapRPCService.java

public interface PhonegapRPCService extends ServiceDefTarget {
    public void setModuleBaseUrl(String moduleBase);
}

From source file de.novanic.eventservice.test.testhelper.EventServiceAsyncSuccessDummy.java

/**
 * @author sstrohschein
 *         <br>Date: 20.10.2010
 *         <br>Time: 20:38:51
 */
public class EventServiceAsyncSuccessDummy implements EventServiceAsync, ServiceDefTarget {

From source file org.rapla.rest.gwtjsonrpc.client.impl.AbstractJsonProxy.java

/**
 * Base class for generated RemoteJsonService implementations.
 * <p>
 * At runtime <code>GWT.create(Foo.class)</code> returns a subclass of this
 * class, implementing the Foo and {@link ServiceDefTarget} interfaces.
 */

From source file rocket.remoting.client.support.rpc.JavaRpcServiceClient.java

/**
 * Convenient base class for any rpc proxy.
 * 
 * A generator will create methods for each of the public interface methods that
 * handle the task of serializing incoming parameters and invoking the
 * {@link #makeRequest(String, String[], String, AsyncCallback)} method.

From source file rocket.remoting.client.support.rpc.RpcServiceClient.java

/**
 * This is the base class for all generated client proxies created by the
 * RpcGenerator tool.
 * 
 * @author Miroslav Pokorny
 */