com.vaadin.terminal.gwt.client.communication
Class RpcManager

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.RpcManager

public class RpcManager
extends Object

Client side RPC manager that can invoke methods based on RPC calls received from the server. A GWT generator is used to create an implementation of this class at run-time.

Since:
7.0

Constructor Summary
RpcManager()
           
 
Method Summary
 void applyInvocation(MethodInvocation invocation, ServerConnector connector)
          Perform server to client RPC invocation.
 Type[] getParameterTypes(MethodInvocation invocation)
           
 void parseAndApplyInvocation(com.google.gwt.json.client.JSONArray rpcCall, ApplicationConnection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcManager

public RpcManager()
Method Detail

applyInvocation

public void applyInvocation(MethodInvocation invocation,
                            ServerConnector connector)
Perform server to client RPC invocation.

Parameters:
invocation - method to invoke

getParameterTypes

public Type[] getParameterTypes(MethodInvocation invocation)

parseAndApplyInvocation

public void parseAndApplyInvocation(com.google.gwt.json.client.JSONArray rpcCall,
                                    ApplicationConnection connection)


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