SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constructor Summary | |
IWXMLHttpRequest()
This object replaces the XMLHttpRequest class. possible. |
Method Summary | |
void
|
abort()
Aborts the current request. |
void
|
open(method, url, asyncFlag)
Initializes the IWXMLHttpRequest object. |
void
|
send()
Sends the request specified in the open() call. |
Constructor Detail |
IWXMLHttpRequest()
Method Detail |
void abort()
void
void open(method, url, asyncFlag)
String method
- the http method to be used. At the moment only GET is supported.
String url
- the url to resource that is requested.
boolean asyncFlag
- indicates if the request should be synchronious or asynchronious. This
parameter was included for XMLHttpRequest compability reasons. Only asynhronious requests are supported,
i.e. the flag must be set to true.
void
SynchroniousCallsNotSupportedException
MethodNotSupportedException
void send()
void
OpenNotCalledException