AbstractServerServiceProxy offers default implementations of some methods
needed when implementing the ServerServiceProxy interface.
static public function generateServiceUrl(host:String, path:String):String
Generates a service url with passed-in host and service path.
If the passed-in host is null, undefined or an empty
string the passed-in path will be returned unchanged.
host | the host of the required service |
path | the path of the required service |
the generated service url