Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging
SVN browsingMultiTopicConsumerNodeParser.as
FisheyeMultiTopicConsumerNodeParser.as
Classpublic class MultiTopicConsumerNodeParser
InheritanceMultiTopicConsumerNodeParser Inheritance AbstractConsumerNodeParser Inheritance MessageAgentNodeParser Inheritance AbstractObjectDefinitionParser



Documentation reference: the messaging schema


Public Methods
 MethodDefined by
  
Creates a new MultiTopicConsumerNodeParser
MultiTopicConsumerNodeParser
 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
MultiTopicConsumerNodeParser
  
MultiTopicConsumerNodeParser
 Inherited
resolveID(node:XML, definition:IObjectDefinition, context:XMLObjectDefinitionsParser):String
Returns the id of the given xml node.
AbstractObjectDefinitionParser
Public Constants
 ConstantDefined by
 InheritedCHANNEL_SET_ATTR : String = "channel-set"
[static]
MessageAgentNodeParser
 InheritedDESTINATION_ATTR : String = "destination"
[static]
MessageAgentNodeParser
 InheritedMAX_FREQUENCY_ATTR : String = "max-frequency"
[static]
AbstractConsumerNodeParser
 InheritedREQUEST_TIMEOUT_ATTR : String = "request-timeout"
[static]
MessageAgentNodeParser
 InheritedRESUBSCRIBE_ATTEMPTS_ATTR : String = "resubscribe-attempts"
[static]
AbstractConsumerNodeParser
 InheritedRESUBSCRIBE_INTERVAL_ATTR : String = "resubscribe-interval"
[static]
AbstractConsumerNodeParser
  SUBSCRIPTIONS_ATTR : String = "subscriptions"
[static]
MultiTopicConsumerNodeParser
 InheritedTIMESTAMP_ATTR : String = "timestamp"
[static]
AbstractConsumerNodeParser
Constructor detail
MultiTopicConsumerNodeParser()constructor
public function MultiTopicConsumerNodeParser()

Creates a new MultiTopicConsumerNodeParser

Method detail
mapProperties()method
protected override 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
SUBSCRIPTIONS_ATTRconstant
public static const SUBSCRIPTIONS_ATTR:String = "subscriptions"