| Package | net.guttershark.support.servicemanager.http |
| Class | public final class ServiceCall |
| Inheritance | ServiceCall BaseCall |
| Method | Defined by | ||
|---|---|---|---|
|
ServiceCall(url:String, callProps:Object)
Constructor for ServiceCall instances.
| ServiceCall | ||
|
dispose():void
Dispose of this call.
| ServiceCall | ||
|
execute():void
Executes the service call (for non file uploads).
| ServiceCall | ||
|
uploadFile():void
Execute this service for file uploads.
| ServiceCall | ||
| ServiceCall | () | constructor |
public function ServiceCall(url:String, callProps:Object)Constructor for ServiceCall instances.
Parametersurl:String |
|
callProps:Object |
| dispose | () | method |
public override function dispose():voidDispose of this call.
| execute | () | method |
public override function execute():voidExecutes the service call (for non file uploads).
| uploadFile | () | method |
public function uploadFile():voidExecute this service for file uploads.