Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging
SVN browsingMessageAgentNodeParser.as
FisheyeMessageAgentNodeParser.as
Classpublic class MessageAgentNodeParser
InheritanceMessageAgentNodeParser Inheritance AbstractObjectDefinitionParser
SubclassesAbstractConsumerNodeParser, AbstractProducerNodeParser



Documentation reference: the messaging schema


Public Methods
 MethodDefined by
  
MessageAgentNodeParser
 Inherited
Parses the given xml node into an IObjectDefinition and registers the object definition with the given parser/context.
AbstractObjectDefinitionParser
Protected Methods
 MethodDefined by
  
mapProperties(objectDefinition:IObjectDefinition, node:XML):void
MessageAgentNodeParser
  
MessageAgentNodeParser
 Inherited
resolveID(node:XML, definition:IObjectDefinition, context:XMLObjectDefinitionsParser):String
Returns the id of the given xml node.
AbstractObjectDefinitionParser
Public Constants
 ConstantDefined by
  CHANNEL_SET_ATTR : String = "channel-set"
[static]
MessageAgentNodeParser
  DESTINATION_ATTR : String = "destination"
[static]
MessageAgentNodeParser
  REQUEST_TIMEOUT_ATTR : String = "request-timeout"
[static]
MessageAgentNodeParser
Constructor detail
MessageAgentNodeParser()constructor
public function MessageAgentNodeParser()
Method detail
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

Returns
IObjectDefinition
Constant detail
CHANNEL_SET_ATTRconstant
public static const CHANNEL_SET_ATTR:String = "channel-set"
DESTINATION_ATTRconstant 
public static const DESTINATION_ATTR:String = "destination"
REQUEST_TIMEOUT_ATTRconstant 
public static const REQUEST_TIMEOUT_ATTR:String = "request-timeout"