com.adobe.icc.services.locator 

ILocatorService  - AS3 Asset Composer

Packagecom.adobe.icc.services.locator
Interfacepublic interface ILocatorService extends IEventDispatcher

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10



Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
IEventDispatcher
 Inherited
Dispatches an event into the event flow.
IEventDispatcher
  
Retrieve the available services that can be used as a post process for a Letter.
ILocatorService
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
IEventDispatcher
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
IEventDispatcher
Method Detail

getServiceNames

()method
public function getServiceNames():com.adobe.icc.token:IAsyncToken

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieve the available services that can be used as a post process for a Letter.

Returns
com.adobe.icc.token:IAsyncToken — ArrayCollection of Strings that represent names of services (empty if no services found).

Throws
Error — Throws Exception with the appropriate error message and error code, if there was an error processing the request on the server.