Field Summary |
static
| _dp |
|
|
|
public
| pendingCall |
|
|
|
public
| requestName: String |
| the request name*
|
|
public
| view: Object |
| The contex object interface*
|
|
public
| xmlService: IService |
| the service object*
|
|
|
Property Summary |
public
| results: XMLNode (read-only)
|
| get the results object
|
|
Constructor |
public
| ServiceRequest (
requestName: String, serviceName: String)
|
| Create a ServiceRequest instance
|
|
Method Summary |
public
| execute (
context: Object
): Void |
| ICommand interface Execute the command
|
|
public
| onFault (
e: FaultEvent
): Void |
| The IResponder Interface Callback for the onFault event
|
|
public
| onProgress (
e: ProgressEvent
): Void |
| The IResponder Interface Callback for the onProgress event
|
|
public
| onResult (
e: ResultEvent
): Void |
| The IResponder Interface Callback for the onResult event
|
|
public
| setContext (
view: Object, onResult: Function, onFault: Function, message: String, title: String, waitType: String
) |
| Sets the execution context
|
|
public
| showWait (
) |
| Show the wait dialog
|
|
|
|