Support for flex messaging.
Flex doesn't use the basic packet system. When using a remote objct, first a CommandMessage is sent, expecting an AcknowledgeMessage in return. Then a RemotingMessage is sent, expecting an AcknowledgeMessage in return. In case of an error, an ErrorMessage is expected
Located in /Amfphp/Plugins/AmfphpFlexMessaging/AmfphpFlexMessaging.php (line 26)
constructor.
flex expects error messages formatted in a special way, using the ErrorMessage object.
handle the request message instead of letting the Amf Handler do it.
FIELD_MESSAGE_ID
= "messageId"
(line 32)
FLEX_TYPE_ACKNOWLEDGE_MESSAGE
= 'flex.messaging.messages.AcknowledgeMessage'
(line 29)
FLEX_TYPE_COMMAND_MESSAGE
= 'flex.messaging.messages.CommandMessage'
(line 27)
FLEX_TYPE_ERROR_MESSAGE
= 'flex.messaging.messages.ErrorMessage'
(line 30)
FLEX_TYPE_REMOTING_MESSAGE
= 'flex.messaging.messages.RemotingMessage'
(line 28)
Documentation generated on Thu, 24 Mar 2011 16:55:38 +0100 by phpDocumentor 1.4.3