Package com.vaadin.server
Class ServerRpcMethodInvocation
- java.lang.Object
-
- com.vaadin.shared.communication.MethodInvocation
-
- com.vaadin.server.ServerRpcMethodInvocation
-
- All Implemented Interfaces:
java.io.Serializable
public class ServerRpcMethodInvocation extends com.vaadin.shared.communication.MethodInvocation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerRpcMethodInvocation(java.lang.String connectorId, java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc> interfaceClass, java.lang.String methodName, int parameterCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc>getInterfaceClass()java.lang.reflect.MethodgetMethod()
-