ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.gravity.service.manifest 

IInterfaceBuilder  - AS3 ADEP Client Component

Packagecom.adobe.gravity.service.manifest
Interfacepublic interface IInterfaceBuilder

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

Builder interface for interface SWF definitions.



Public Properties
 PropertyDefined By
  baseURL : String
[read-only] The base URL for the interface SWF.
IInterfaceBuilder
  location : String
The URL of the interface SWF.
IInterfaceBuilder
Public Methods
 MethodDefined By
  
Add a service export.
IInterfaceBuilder
  
Add a service import.
IInterfaceBuilder
Property Detail

baseURL

property
baseURL:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The base URL for the interface SWF.



Implementation
    public function get baseURL():String

location

property 
location:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The URL of the interface SWF.



Implementation
    public function get location():String
    public function set location(value:String):void
Method Detail

addExport

()method
public function addExport(name:String):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

Add a service export.

Parameters

name:String — The name of the exported service interface.

addImport

()method 
public function addImport(name:String):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

Add a service import.

Parameters

name:String — The name of the imported service interface.