com.vaadin.server
Interface RpcManager
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ServerRpcManager
public interface RpcManager
- extends java.io.Serializable
Server side RPC manager that can invoke methods based on RPC calls received
from the client.
- Since:
- 7.0
applyInvocation
void applyInvocation(ServerRpcMethodInvocation invocation)
throws RpcManager.RpcInvocationException
- Throws:
RpcManager.RpcInvocationException
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.