| Package | com.esri.aws.services |
| Class | public class UtilityActivator |
| Inheritance | UtilityActivator BaseArcWebActivator mx.core.UIComponent |
See also
| Method | Defined by | ||
|---|---|---|---|
|
This method must be overriden by the extending class to return an instance of an IArcWebService.
| UtilityActivator | ||
|
getClassName():String
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
| UtilityActivator | ||
| createArcWebService | () | method |
protected override function createArcWebService(useHTTPS:Boolean, arcwebHost:String):IArcWebServiceThis method must be overriden by the extending class to return an instance of an IArcWebService.
ParametersuseHTTPS:Boolean — the service created should use HTTPS.
|
|
arcwebHost:String — the service created should use this ArcWeb host.
|
IArcWebService —
An instance of an IArcWebService.
|
| getClassName | () | method |
protected override function getClassName():StringThis method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
ReturnsString — The fully qualified class name of the service to be registered.
|