Package | mx.messaging.messages |
Interface | public interface ISmallMessage extends IMessage |
Implementors | AcknowledgeMessage, AsyncMessage |
Language Version: | ActionScript 3.0 |
Product Versions: | BlazeDS 4, LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
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 |
Method Detail
getSmallMessage | () | method |
public function getSmallMessage():IMessage
Language Version: | ActionScript 3.0 |
Product Versions: | BlazeDS 4, LiveCycle Data Services 3 |
Runtime Versions: | 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.
|
Fri Mar 19 2010, 02:45 AM -07:00