\Zend_Amf_Value_Messaging_RemotingMessage

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

Corresponds to flex.messaging.messages.RemotingMessage

Summary

Methods
Properties
Constants
generateId()
__construct()
$clientId
$destination
$messageId
$timestamp
$timeToLive
$headers
$body
$source
$operation
$parameters
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$clientId

$clientId : string

Type

string — Client identifier

$destination

$destination : string

Type

string — Destination

$messageId

$messageId : string

Type

string — Message identifier

$timestamp

$timestamp : integer

Type

integer — Message timestamp

$timeToLive

$timeToLive : integer

Type

integer — Message TTL

$headers

$headers : object

Type

object — Message headers

$body

$body : string

Type

string — Message body

$source

$source : String

The name of the service to be called including package name

Type

String

$operation

$operation : string

The name of the method to be called

Type

string

$parameters

$parameters : array

The arguments to call the mathod with

Type

array

Methods

generateId()

generateId() : string

generate a unique id

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

Returns

string

__construct()

__construct() : void

Create a new Remoting Message