Pacchetto | mx.messaging.messages |
Interfaccia | public interface ISmallMessage extends IMessage |
Implementatori | AcknowledgeMessage, AsyncMessage |
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
This method must be implemented by subclasses that have a "small" form,
typically achieved through the use of
flash.utils.IExternalizable. | ISmallMessage | ||
This method will return a string representation of the message. | IMessage |
Descrizione dei metodi
getSmallMessage | () | metodo |
public function getSmallMessage():IMessage
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
This method must be implemented by subclasses that have a "small" form,
typically achieved through the use of
flash.utils.IExternalizable
. If a small form is not
available this method should return null.
IMessage — Returns An alternative representation of an
flex.messaging.messages.IMessage so that the serialized form
is smaller than the regular message.
|
Tue Jun 12 2018, 02:44 PM Z