getServiceUri(Service service, String[] parameterNames, String[] parameterValues) Determines the URI to invoke the specified Service with
additional request parameters.
the ServerDelayMessage displayed during
client/server-interactions.
Retrieves the ClientConfiguration information containing
application-specific client behavior settings.
the relevant ClientProperties
Determines the URI to invoke the specified Service with
additional request parameters. The additional parameters are provided by
way of the parameterNames and parameterValues
arrays. The value of a parameter at a specific index in the
parameterNames array is provided in the
parameterValues array at the same index. The arrays must
thus be of equal length. Null values are allowed in the
parameterValues array, and in such cases only the parameter
name will be rendered in the returned URI.
Parameters: service - the Service Parameters: parameterNames - the names of the additional URI parameters Parameters: parameterValues - the values of the additional URI parameters the URI
Sets the ClientConfiguration information containing
application-specific client behavior settings.
Parameters: clientConfiguration - the new ClientConfiguration
Stores the ClientProperties object that provides
information about the client of this instance.
Parameters: clientProperties - the relevant ClientProperties