| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging |
| SVN browsing | MessageAgentNodeParser.as |
| Fisheye | MessageAgentNodeParser.as |
| Class | public class MessageAgentNodeParser |
| Inheritance | MessageAgentNodeParser AbstractObjectDefinitionParser |
| Subclasses | AbstractConsumerNodeParser, AbstractProducerNodeParser |
Documentation reference: the messaging schema
| Method | Defined by | ||
|---|---|---|---|
| MessageAgentNodeParser | |||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context.
| AbstractObjectDefinitionParser | |
| Method | Defined by | ||
|---|---|---|---|
|
mapProperties(objectDefinition:IObjectDefinition, node:XML):void
| MessageAgentNodeParser | ||
| MessageAgentNodeParser | |||
![]() |
Returns the id of the given xml node.
| AbstractObjectDefinitionParser | |
| Constant | Defined by | ||
|---|---|---|---|
| CHANNEL_SET_ATTR : String = "channel-set" [static]
| MessageAgentNodeParser | ||
| DESTINATION_ATTR : String = "destination" [static]
| MessageAgentNodeParser | ||
| REQUEST_TIMEOUT_ATTR : String = "request-timeout" [static]
| MessageAgentNodeParser | ||
| MessageAgentNodeParser | () | constructor |
public function MessageAgentNodeParser()
| mapProperties | () | method |
protected function mapProperties(objectDefinition:IObjectDefinition, node:XML):voidParameters
objectDefinition:IObjectDefinition |
|
node:XML |
| parseInternal | () | method |
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinitionParameters
node:XML |
|
context:XMLObjectDefinitionsParser |
IObjectDefinition |
| CHANNEL_SET_ATTR | constant |
public static const CHANNEL_SET_ATTR:String = "channel-set"
| DESTINATION_ATTR | constant |
public static const DESTINATION_ATTR:String = "destination"
| REQUEST_TIMEOUT_ATTR | constant |
public static const REQUEST_TIMEOUT_ATTR:String = "request-timeout"