Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging
SVN browsingChannelSetNodeParser.as
FisheyeChannelSetNodeParser.as
Classpublic class ChannelSetNodeParser
InheritanceChannelSetNodeParser Inheritance AbstractObjectDefinitionParser



Documentation reference: the messaging schema


Public Methods
 MethodDefined by
  
ChannelSetNodeParser
 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
ChannelSetNodeParser
  
ChannelSetNodeParser
 Inherited
resolveID(node:XML, definition:IObjectDefinition, context:XMLObjectDefinitionsParser):String
Returns the id of the given xml node.
AbstractObjectDefinitionParser
Public Constants
 ConstantDefined by
  CHANNELS_ATTR : String = "channels"
[static]
ChannelSetNodeParser
  CLUSTERED_ATTR : String = "clustered"
[static]
ChannelSetNodeParser
  INITIAL_DESTINATION_ID : String = "initial-destination-id"
[static]
ChannelSetNodeParser
Constructor detail
ChannelSetNodeParser()constructor
public function ChannelSetNodeParser()
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
CHANNELS_ATTRconstant
public static const CHANNELS_ATTR:String = "channels"
CLUSTERED_ATTRconstant 
public static const CLUSTERED_ATTR:String = "clustered"
INITIAL_DESTINATION_IDconstant 
public static const INITIAL_DESTINATION_ID:String = "initial-destination-id"