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



Public Properties
 PropertyDefined By
  swiz : ISwiz
ServiceHelper
Public Methods
 MethodDefined By
  
ServiceHelper
  
executeServiceCall(call:AsyncToken, resultHandler:Function, faultHandler:Function = null, resultHandlerArgs:Array = null):void
Delegates execute service call to Swiz
ServiceHelper
Property Detail
swizproperty
swiz:ISwiz


Implementation
    public function get swiz():ISwiz
    public function set swiz(value:ISwiz):void
Constructor Detail
ServiceHelper()Constructor
public function ServiceHelper()



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

Delegates execute service call to Swiz

Parameters

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