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 |
getMethod() |
public MethodInvocationDto(String method, String[] argumentClasses, String[] arguments)
method - method name Method.getName()argumentClasses - ordered array of method argument classesarguments - ordered values for method argumentsCopyright © 2015 Sterodium. All rights reserved.