methodName - Name of the java-bean method to be invokedparameters - Array of Objects representing the paramenters of the method to be invoked. Use null if method has no parameters.The object returned by methodName.
methodName - Name of the java-bean method to be invokedsignature - Signature of the method to be invokedparameters - Array of Objects representing the paramenters of the method to be invoked. To call a method with no parameters, use callMethod(String methodName, null).The object returned by methodName.
public Object callMethod(String methodName[, Object parameter1][, Object parameter2][, Object parameter3][, Object parameter4][, Object parameter5])methodName - Name of the java-bean method to be invokedparameters (1 to 5)- Object representing the parameters of the method to be invoked. You can use up to 5 parameters.The object returned by methodName.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |