Beispiel #1
0
 /**
  * Translates the Java object to an XML RequestSet document and sends the
  * corresponding XML document to the specified URL.
  *
  * @param url
  *            The destination URL for the RequestSet XML document.
  * @param set
  *            The RequestSet Java object to be translated to an XML
  *            RequestSet document.
  * @param cookieTable
  *            The HashMap that constains cookies to be replayed and stores
  *            cookies retrieved from the response.
  * @exception SendRequestException
  *                if there is an error in sending the XML document.
  */
 public static function sendUrlRequestSetCookieTable($url, RequestSet $set, $cookieTable)
 {
     return PLLClient::send($url, null, $set, $cookieTable);
 }