Package com.vaadin.server
Class ServerRpcMethodInvocation
- java.lang.Object
-
- com.vaadin.shared.communication.MethodInvocation
-
- com.vaadin.server.ServerRpcMethodInvocation
-
- All Implemented Interfaces:
Serializable
public class ServerRpcMethodInvocation extends MethodInvocation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerRpcMethodInvocation(String connectorId, Class<? extends ServerRpc> interfaceClass, String methodName, int parameterCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ServerRpc>
getInterfaceClass()
Method
getMethod()
-
Methods inherited from class com.vaadin.shared.communication.MethodInvocation
equals, getConnectorId, getInterfaceName, getLastOnlyTag, getMethodName, getParameters, setParameters, toString
-
-