Uses of Class
com.vaadin.server.ServerRpcManager.RpcInvocationException
-
Packages that use ServerRpcManager.RpcInvocationException Package Description com.vaadin.server -
-
Uses of ServerRpcManager.RpcInvocationException in com.vaadin.server
Methods in com.vaadin.server that throw ServerRpcManager.RpcInvocationException Modifier and Type Method Description static void
ServerRpcManager. applyInvocation(ClientConnector target, ServerRpcMethodInvocation invocation)
Invoke a method in a server side RPC target class.void
ServerRpcManager. applyInvocation(ServerRpcMethodInvocation invocation)
Invoke a method in a server side RPC target class.
-