View source
class AbstractServices
package com.adobe.cairngorm.business
implements IServices
extended by HTTPServices, RemoteObjects
Variables
Methods
getService(name:String):Dynamic
Return the service with the given name.
Parameters:
name | the name of the service. |
---|
Returns:
the service.
register(serviceLocator:IServiceLocator):Void
Register the services.
Parameters:
serviceLocator | the IServiceLocator isntance. |
---|
setCredentials(username:String, password:String):Void
Set the credentials for all registered services.
Parameters:
username | the username to set. |
---|---|
password | the password to set. |
setRemoteCredentials(username:String, password:String):Void
Set the remote credentials for all registered services.
Parameters:
username | the username to set. |
---|---|
password | the password to set. |