public class MethodInvocationDto extends Object
| Constructor and Description |
|---|
MethodInvocationDto(String method,
String[] argumentClasses,
String[] arguments)
Represents information required to invoke method on the object remotely
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgumentClasses() |
String[] |
getArguments() |
String |
getId() |
String |
getJsonrpc() |
String |
getMethod() |
void |
setId(String id) |
void |
setJsonrpc(String jsonrpc) |
public MethodInvocationDto(String method, String[] argumentClasses, String[] arguments)
method - method name Method.getName()argumentClasses - ordered array of method argument classesarguments - ordered values for method argumentspublic String getMethod()
public String[] getArgumentClasses()
public String[] getArguments()
public String getJsonrpc()
public void setJsonrpc(String jsonrpc)
public String getId()
public void setId(String id)
Copyright © 2015 Sterodium. All rights reserved.