| Package | org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.messaging.nodeparser |
| Class | public class MessageAgentNodeParser |
| Inheritance | MessageAgentNodeParser AbstractObjectDefinitionParser Object |
| Subclasses | AbstractConsumerNodeParser, AbstractProducerNodeParser |
| 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(ns:Namespace, objectDefinition:IObjectDefinition, node:XML):void | MessageAgentNodeParser | ||
[override] | 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(ns:Namespace, objectDefinition:IObjectDefinition, node:XML):voidParameters
ns:Namespace | |
objectDefinition:IObjectDefinition | |
node:XML |
| parseInternal | () | method |
override protected function parseInternal(node:XML, context:IXMLObjectDefinitionsParser):IObjectDefinitionParameters
node:XML | |
context:IXMLObjectDefinitionsParser |
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