Packageorg.swizframework.utils.services
Classpublic class ServiceHelper
InheritanceServiceHelper Inheritance Object
Implements IServiceHelper, ISwizAware



Public Properties
 PropertyDefined By
  swiz : ISwiz
[write-only]
ServiceHelper
Protected Properties
 PropertyDefined By
  _swiz : ISwiz
ServiceHelper
Public Methods
 MethodDefined By
  
executeServiceCall(call:AsyncToken, resultHandler:Function, faultHandler:Function = null, resultHandlerArgs:Array = null):AsyncToken
ServiceHelper
Property Detail
_swizproperty
protected var _swiz:ISwiz

swizproperty 
swiz:ISwiz  [write-only]


Implementation
    public function set swiz(value:ISwiz):void
Method Detail
executeServiceCall()method
public function executeServiceCall(call:AsyncToken, resultHandler:Function, faultHandler:Function = null, resultHandlerArgs:Array = null):AsyncToken

Parameters

call:AsyncToken
 
resultHandler:Function
 
faultHandler:Function (default = null)
 
resultHandlerArgs:Array (default = null)

Returns
AsyncToken