Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging
SVN browsingAbstractConsumerNodeParser.as
FisheyeAbstractConsumerNodeParser.as
Classpublic class AbstractConsumerNodeParser
InheritanceAbstractConsumerNodeParser Inheritance MessageAgentNodeParser Inheritance AbstractObjectDefinitionParser
SubclassesConsumerNodeParser, MultiTopicConsumerNodeParser, ProducerNodeParser



Documentation reference: the messaging schema


Public Methods
 MethodDefined by
  
Creates a new AbstractConsumerNodeParser instance.
AbstractConsumerNodeParser
 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
AbstractConsumerNodeParser
  
AbstractConsumerNodeParser
 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
  MAX_FREQUENCY_ATTR : String = "max-frequency"
[static]
AbstractConsumerNodeParser
 InheritedREQUEST_TIMEOUT_ATTR : String = "request-timeout"
[static]
MessageAgentNodeParser
  RESUBSCRIBE_ATTEMPTS_ATTR : String = "resubscribe-attempts"
[static]
AbstractConsumerNodeParser
  RESUBSCRIBE_INTERVAL_ATTR : String = "resubscribe-interval"
[static]
AbstractConsumerNodeParser
  TIMESTAMP_ATTR : String = "timestamp"
[static]
AbstractConsumerNodeParser
Constructor detail
AbstractConsumerNodeParser()constructor
public function AbstractConsumerNodeParser()

Creates a new AbstractConsumerNodeParser instance.

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
MAX_FREQUENCY_ATTRconstant
public static const MAX_FREQUENCY_ATTR:String = "max-frequency"
RESUBSCRIBE_ATTEMPTS_ATTRconstant 
public static const RESUBSCRIBE_ATTEMPTS_ATTR:String = "resubscribe-attempts"
RESUBSCRIBE_INTERVAL_ATTRconstant 
public static const RESUBSCRIBE_INTERVAL_ATTR:String = "resubscribe-interval"
TIMESTAMP_ATTRconstant 
public static const TIMESTAMP_ATTR:String = "timestamp"