This type of message contains information needed to perform a Remoting invocation.

Corresponds to flex.messaging.messages.RemotingMessage

package Zend_Amf
subpackage Value
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Amf_Value_Messaging_AbstractMessage

 Methods

Create a new Remoting Message

__construct() : void

generate a unique id

generateId() : string
Inherited

Format is: ########-####-####-####-############ Where # is an uppercase letter or number example: 6D9DC7EC-A273-83A9-ABE3-00005FD752D6

Returns

string

 Properties

 

Message body

$body : string

Default

 

Client identifier

$clientId : string

Default

 

Destination

$destination : string

Default

 

Message headers

$headers : object

Default

 

Message identifier

$messageId : string

Default

 

The name of the method to be called

$operation : string

Default

 

The arguments to call the mathod with

$parameters : array

Default

 

The name of the service to be called including package name

$source : String

Default

 

Message TTL

$timeToLive : integer

Default

 

Message timestamp

$timestamp : integer

Default