Used to manage all HTTPService's defined on the IServiceLocator instance.
Constructor
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 instance. |
---|
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. |