Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc
SVN browsingAbstractServiceNodeParser.as
FisheyeAbstractServiceNodeParser.as
Classpublic class AbstractServiceNodeParser
InheritanceAbstractServiceNodeParser Inheritance AbstractObjectDefinitionParser
SubclassesRemoteObjectNodeParser, WebServiceNodeParser

mx.rpc.AbstractService node parser.



Documentation reference: the rpc schema


Public Methods
 MethodDefined by
  
Creates a new AbstractServiceNodeParser
AbstractServiceNodeParser
 Inherited
Parses the given xml node into an IObjectDefinition and registers the object definition with the given parser/context.
AbstractObjectDefinitionParser
Protected Methods
 MethodDefined by
  
AbstractServiceNodeParser
 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] The channel-set attribute
AbstractServiceNodeParser
  DESTINATION_ATTR : String = "destination"
[static] The destination attribute
AbstractServiceNodeParser
  REQUEST_TIMEOUT_ATTR : String = "request-timeout"
[static] The request-timeout attribute
AbstractServiceNodeParser
Constructor detail
AbstractServiceNodeParser()constructor
public function AbstractServiceNodeParser()

Creates a new AbstractServiceNodeParser

Method detail
parseInternal()method
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinition

Parameters
node:XML
 
context:XMLObjectDefinitionsParser

Returns
IObjectDefinition
Constant detail
CHANNEL_SET_ATTRconstant
public static const CHANNEL_SET_ATTR:String = "channel-set"

The channel-set attribute

DESTINATION_ATTRconstant 
public static const DESTINATION_ATTR:String = "destination"

The destination attribute

REQUEST_TIMEOUT_ATTRconstant 
public static const REQUEST_TIMEOUT_ATTR:String = "request-timeout"

The request-timeout attribute