Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.fiber.services.wrapper 

AbstractServiceWrapper  - AS3 ADEP Data Services

Paquetecom.adobe.fiber.services.wrapper
Clasepublic class AbstractServiceWrapper
HerenciaAbstractServiceWrapper Inheritance EventDispatcher Inheritance Object
Implementa IMXMLObject
Subclases HTTPServiceWrapper, ManagedRemoteServiceWrapper, RemoteObjectServiceWrapper, WebServiceWrapper

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The AbstractServiceWrapper class is the superclass of the hierarchy for generated service wrappers.As such it declares functions and variables common to all generated service wrappers. Subclasses include HTTPServiceWrapper, RemoteObjectServiceWrapper, WebServiceWrapper, and ManagedRemoteServiceWrapper. Service wrappers are generated for corresponding annotated services declared in models created with Adobe application modeling technology. They provide convenience in using the underlying services that they wrap.



Propiedades públicas
 PropiedadDefinido por
  channelSet : ChannelSet
Channel set of the wrapped service.
AbstractServiceWrapper
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
  destination : String
Destination of the wrapped service.
AbstractServiceWrapper
  operations : Object
Operations of the wrapped service.
AbstractServiceWrapper
  serviceControl : AbstractService
[solo lectura] The wrapped service.
AbstractServiceWrapper
  showBusyCursor : Boolean
The showBusyCursor property of the wrapped service.
AbstractServiceWrapper
Métodos públicos
 MétodoDefinido por
  
Constructor.
AbstractServiceWrapper
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento.
EventDispatcher
 Inherited
Distribuye un evento en el flujo del evento.
EventDispatcher
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
EventDispatcher
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
  
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
AbstractServiceWrapper
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
EventDispatcher
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
 Inherited
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto.
EventDispatcher
Eventos
 Evento Resumen Definido por
 Inherited[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos.EventDispatcher
 Inherited[evento broadcast] Se distribuye cuando Flash Player o de AIR pasan a estar inactivos.EventDispatcher
  Fault events of wrapped services are propagated by the wrapper.AbstractServiceWrapper
  Result events of wrapped services are propagated by the wrapper.AbstractServiceWrapper
Información sobre propiedades

channelSet

propiedad
channelSet:ChannelSet

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Channel set of the wrapped service.



Implementación
    public function get channelSet():ChannelSet
    public function set channelSet(value:ChannelSet):void

Elementos de API relacionados

destination

propiedad 
destination:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Destination of the wrapped service.



Implementación
    public function get destination():String
    public function set destination(value:String):void

Elementos de API relacionados

operations

propiedad 
operations:Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Operations of the wrapped service.



Implementación
    public function get operations():Object
    public function set operations(value:Object):void

Elementos de API relacionados

serviceControl

propiedad 
serviceControl:AbstractService  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The wrapped service. The service is implemented by service-specific subclasses.



Implementación
    public function get serviceControl():AbstractService

showBusyCursor

propiedad 
showBusyCursor:Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The showBusyCursor property of the wrapped service.



Implementación
    public function get showBusyCursor():Boolean
    public function set showBusyCursor(value:Boolean):void
Información sobre constructores

AbstractServiceWrapper

()Información sobre
public function AbstractServiceWrapper(target:IEventDispatcher = null)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Constructor.

Parámetros
target:IEventDispatcher (default = null) — The target object for dispatched events.
Información sobre métodos

initialized

()método
public function initialized(document:Object, id:String):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.

Parámetros

document:Object — The MXML document that created this object.
 
id:String — The identifier used by document to refer to this object. If the object is a deep property on document, id is null.

Información sobre eventos

fault

Evento
Tipo de objeto de evento: mx.rpc.events.FaultEvent
propiedad FaultEvent.type = mx.rpc.events.FaultEvent.FAULT

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Fault events of wrapped services are propagated by the wrapper.

The FAULT event type.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelabletrue, calling preventDefault() from the associated token's responder.fault method will prevent the service or operation from dispatching this event
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
faultThe Fault object that contains the details of what caused this event.
messageThe Message associated with this event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
tokenThe token that represents the call to the method. Used in the asynchronous completion token pattern.

result

Evento  
Tipo de objeto de evento: mx.rpc.events.ResultEvent
propiedad ResultEvent.type = mx.rpc.events.ResultEvent.RESULT

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Result events of wrapped services are propagated by the wrapper.

The RESULT event type.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelabletrue, preventDefault() from the associated token's responder.result method will prevent the service or operation from dispatching this event
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
message The Message associated with this event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
resultResult that the RPC call returns.
tokenThe token that represents the indiviudal call to the method. Used in the asynchronous completion token pattern.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.