Packagecom.esri.aws.services
Classpublic class RouteFinderActivator
InheritanceRouteFinderActivator Inheritance BaseArcWebActivator Inheritance mx.core.UIComponent

RouteFinderActivator is the IBundle Activator that is responsible for creating and starting the RouteFinderService Bundle. Required to use IRouteFinder methods.

See also

IRouteFinder


Protected Methods
 MethodDefined by
  
This method must be overriden by the extending class to return an instance of an IArcWebService.
RouteFinderActivator
  
getClassName():String
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
RouteFinderActivator
Method detail
createArcWebService()method
protected override function createArcWebService(useHTTPS:Boolean, arcwebHost:String):IArcWebService

This method must be overriden by the extending class to return an instance of an IArcWebService.

Parameters
useHTTPS:Boolean — the service created should use HTTPS.
 
arcwebHost:String — the service created should use this ArcWeb host.

Returns
IArcWebService — An instance of an IArcWebService.
getClassName()method 
protected override function getClassName():String

This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.

Returns
String — The fully qualified class name of the service to be registered.