public class RpcManager extends Object
| Constructor and Description |
|---|
RpcManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyInvocation(MethodInvocation invocation,
ServerConnector connector)
Perform server to client RPC invocation.
|
static Method |
getMethod(MethodInvocation invocation)
Gets the method that an invocation targets.
|
Type[] |
getParameterTypes(MethodInvocation invocation) |
MethodInvocation |
parseAndApplyInvocation(elemental.json.JsonArray rpcCall,
ApplicationConnection connection) |
public void applyInvocation(MethodInvocation invocation, ServerConnector connector)
invocation - method to invokepublic static Method getMethod(MethodInvocation invocation)
invocation - the method invocation to get the method forpublic Type[] getParameterTypes(MethodInvocation invocation)
public MethodInvocation parseAndApplyInvocation(elemental.json.JsonArray rpcCall, ApplicationConnection connection)
Copyright © 2016 Vaadin Ltd. All rights reserved.