{ "type": "class", | |
"qname": "mx.messaging.Producer", | |
"baseClassname": "mx.messaging.AbstractProducer" | |
, | |
"description": "A Producer sends messages to a destination. Producers dispatch a MessageAckEvent or MessageFaultEvent for each message they send depending upon whether the outbound message was sent and processed successfully or not. <p> The <mx:Producer> tag inherits all the tag attributes of its superclass, and adds the following tag attributes: </p> <pre>\\n <mx:Producer\\n <b>Properties</b>\\n defaultHeaders="<i>No default.</i>"\\n />\\n </pre>", | |
"tags": [ | |
{ "tagName": "mxml", | |
"values": []}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["BlazeDS 4", "LCDS 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "field", | |
"qname": "DEFAULT_PRIORITY", | |
"return": "int", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The default message priority.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["BlazeDS 4", "LCDS 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "mx.messaging.Producer", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Constructor. <pre>\\n function sendMessage():void\\n {\\n var producer:Producer = new Producer();\\n producer.destination = "NASDAQ";\\n var msg:AsyncMessage = new AsyncMessage();\\n msg.headers.operation = "UPDATE";\\n msg.body = {"SYMBOL":50.00};\\n producer.send(msg);\\n }\\n </pre>", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["BlazeDS 4", "LCDS 3"]}, | |
{ "tagName": "example", | |
"values": []}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": []} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "String", | |
"qname": "subtopic", | |
"namespace": "public", | |
"bindable": ["propertyChange"], | |
"details": [], | |
"deprecated": {}, | |
"description": "Provides access to the subtopic for the remote destination that the MessageAgent uses.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["BlazeDS 4", "LCDS 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}] | |
} |