| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging |
| SVN browsing | ChannelSetNodeParser.as |
| Fisheye | ChannelSetNodeParser.as |
| Class | public class ChannelSetNodeParser |
| Inheritance | ChannelSetNodeParser AbstractObjectDefinitionParser |
Documentation reference: the messaging schema
| Method | Defined by | ||
|---|---|---|---|
| ChannelSetNodeParser | |||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context.
| AbstractObjectDefinitionParser | |
| Method | Defined by | ||
|---|---|---|---|
|
mapProperties(objectDefinition:IObjectDefinition, node:XML):void
| ChannelSetNodeParser | ||
| ChannelSetNodeParser | |||
![]() |
Returns the id of the given xml node.
| AbstractObjectDefinitionParser | |
| Constant | Defined by | ||
|---|---|---|---|
| CHANNELS_ATTR : String = "channels" [static]
| ChannelSetNodeParser | ||
| CLUSTERED_ATTR : String = "clustered" [static]
| ChannelSetNodeParser | ||
| INITIAL_DESTINATION_ID : String = "initial-destination-id" [static]
| ChannelSetNodeParser | ||
| ChannelSetNodeParser | () | constructor |
public function ChannelSetNodeParser()
| 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 |
IObjectDefinition |
| CHANNELS_ATTR | constant |
public static const CHANNELS_ATTR:String = "channels"
| CLUSTERED_ATTR | constant |
public static const CLUSTERED_ATTR:String = "clustered"
| INITIAL_DESTINATION_ID | constant |
public static const INITIAL_DESTINATION_ID:String = "initial-destination-id"