A Java Web Service Function |
Web Services |
When you create a Java connector you must specify the Java Classes that the connector will use. These classes are used to collect the list of functions for the connector. The functions are the public methods available in each class that match the rules defined below:
The class must have a blank constructor.
The method return type must be one of: void, string, long, double or boolean. The return type may also be an array of these types.
The method arguments must be of types: void, string, long, double or boolean.
Topic ID: 400003