URIUtils Class
Utility function for handling the URI request strings
Item Index
Methods
- methodCallToUri static
- processURI static
- uriToMethodCall static
Methods
methodCallToUri
(
String
static
-
methodCall
Convert a method call (getAllUsers) to a URI stub (get-all-users)
Parameters:
-
methodCall
StringThe name of the method
Returns:
String:
The method call as a URI stub