패키지 | mx.messaging.messages |
인터페이스 | public interface ISmallMessage extends IMessage |
구현자 | AcknowledgeMessage, AsyncMessage |
언어 버전: | ActionScript 3.0 |
제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | 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. | ISmallMessage | ||
This method will return a string representation of the message. | IMessage |
메서드 세부 정보
getSmallMessage | () | 메서드 |
public function getSmallMessage():IMessage
언어 버전: | ActionScript 3.0 |
제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | 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, 03:17 PM Z