com.vaadin.terminal.gwt.server
Interface RpcManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
ServerRpcManager

public interface RpcManager
extends Serializable

Server side RPC manager that can invoke methods based on RPC calls received from the client.

Since:
7.0

Nested Class Summary
static class RpcManager.RpcInvocationException
          Wrapper exception for exceptions which occur during invocation of an RPC call
 
Method Summary
 void applyInvocation(ServerRpcMethodInvocation invocation)
           
 

Method Detail

applyInvocation

void applyInvocation(ServerRpcMethodInvocation invocation)
                     throws RpcManager.RpcInvocationException
Throws:
RpcManager.RpcInvocationException


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