/**
  * Get the URL of the service with which this client communicates.
  *
  * @return the service URL.
  */
 public URL getURL() {
   return caller.getURL();
 }