Packagecom.adobe.kiwi.connections
Interfacepublic interface IServiceFactory

Interface for generating service objects. Most protocols will need one of these.



Public Properties
 PropertyDefined by
  showBusyCursor : Boolean
Whether to display the busy cursor when making HTTP calls.
IServiceFactory
Public Methods
 FunctionDefined by
  
createHTTPService():HTTPService
Create an HTTPService object for making HTTP calls.
IServiceFactory
  
setRemoteCredentials(username:String, password:String):void
Sets the remote credentials that should be used when making HTTP calls.
IServiceFactory
Property detail
showBusyCursor property
showBusyCursor:Boolean  [read-write]

Whether to display the busy cursor when making HTTP calls.

Implementation
    public function get showBusyCursor():Boolean
    public function set showBusyCursor(value:Boolean):void
Method detail
createHTTPService method

public function createHTTPService():HTTPService

Create an HTTPService object for making HTTP calls.

Returns
HTTPService
setRemoteCredentials method

public function setRemoteCredentials(username:String, password:String):void

Sets the remote credentials that should be used when making HTTP calls.

Parameters
username:String — the username to use
password:String — the password to use




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/kiwi/connections/com/adobe/kiwi/connections/IServiceFactory.html