com.vaadin.client.communication
Class RpcProxy

java.lang.Object
  extended by com.vaadin.client.communication.RpcProxy

public class RpcProxy
extends java.lang.Object

Class for creating proxy instances for Client to Server RPC.

Since:
7.0

Constructor Summary
RpcProxy()
           
 
Method Summary
static
<T extends com.vaadin.shared.communication.ServerRpc>
T
create(java.lang.Class<T> rpcInterface, ServerConnector connector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcProxy

public RpcProxy()
Method Detail

create

public static <T extends com.vaadin.shared.communication.ServerRpc> T create(java.lang.Class<T> rpcInterface,
                                                                             ServerConnector connector)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.