Operation that passes the conversationId in the header. The conversation id is retrieved from
the passed in SeamRemoteObject.
public function SeamOperation(service:SeamRemoteObject = null, name:String = null)
Constructor used to setup the onResult event so that the conversationId can be retrieved.
Parameters
| service:SeamRemoteObject (default = null) — SeamRemoteObject
|
| |
| name:String (default = null) — Name of service
|
public function onResult(event:ResultEvent):void
Retrives conversationId from result of invocation and store it in SeamRemoteObject.
Parameters
| event:ResultEvent — ResultEvent
|
public const CONVERSATION_TAG:String = "conversationId"