| Package | org.springextensions.actionscript.cairngorm.business |
| SVN browsing | ModuleServiceLocator.as |
| Fisheye | ModuleServiceLocator.as |
| Class | public dynamic class ModuleServiceLocator |
| Inheritance | ModuleServiceLocator com.adobe.cairngorm.business.ServiceLocator |
ServiceLocator that does not have the getInstance()
singleton method, use the scope="singleton" attribute in your Spring Actionscript configuration
instead to make sure only one instance fo the ModuleServiceLocator will be instantiated.
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
ModuleServiceLocator instance. | ModuleServiceLocator | ||
|
getHTTPService(name:String):HTTPService
Returns the
HTTPService with the specified name or null if it wasn't found. | ModuleServiceLocator | ||
|
getRemoteObject(name:String):RemoteObject
Returns the
RemoteObject with the specified name or null if it wasn't found. | ModuleServiceLocator | ||
|
getWebService(name:String):WebService
Returns the
WebService with the specified name or null if it wasn't found. | ModuleServiceLocator | ||
| ModuleServiceLocator | () | constructor |
public function ModuleServiceLocator()
Creates a new ModuleServiceLocator instance.
| getHTTPService | () | method |
public override function getHTTPService(name:String):HTTPService
Returns the HTTPService with the specified name or null if it wasn't found.
name:String |
HTTPService |
| getRemoteObject | () | method |
public override function getRemoteObject(name:String):RemoteObject
Returns the RemoteObject with the specified name or null if it wasn't found.
name:String |
RemoteObject |
| getWebService | () | method |
public override function getWebService(name:String):WebService
Returns the WebService with the specified name or null if it wasn't found.
name:String |
WebService |