Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc
SVN browsingRemoteObjectNodeParser.as
FisheyeRemoteObjectNodeParser.as
Classpublic class RemoteObjectNodeParser
InheritanceRemoteObjectNodeParser Inheritance AbstractServiceNodeParser Inheritance AbstractObjectDefinitionParser

RemoteObject node parser.



Documentation reference: the rpc schema


Public Methods
 MethodDefined by
  
Creates a new RemoteObjectNodeParser
RemoteObjectNodeParser
 Inherited
Parses the given xml node into an IObjectDefinition and registers the object definition with the given parser/context.
AbstractObjectDefinitionParser
Protected Methods
 MethodDefined by
  
RemoteObjectNodeParser
 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] The channel-set attribute
AbstractServiceNodeParser
  CONCURRENCY_ATTR : String = "concurrency"
[static]
RemoteObjectNodeParser
 InheritedDESTINATION_ATTR : String = "destination"
[static] The destination attribute
AbstractServiceNodeParser
  ENDPOINT_ATTR : String = "endpoint"
[static]
RemoteObjectNodeParser
  MAKE_OBJECTS_BINDABLE_ATTR : String = "make-objects-bindable"
[static]
RemoteObjectNodeParser
 InheritedREQUEST_TIMEOUT_ATTR : String = "request-timeout"
[static] The request-timeout attribute
AbstractServiceNodeParser
  SHOW_BUSY_CURSOR_ATTR : String = "show-busy-cursor"
[static]
RemoteObjectNodeParser
  SOURCE_ATTR : String = "source"
[static]
RemoteObjectNodeParser
Constructor detail
RemoteObjectNodeParser()constructor
public function RemoteObjectNodeParser()

Creates a new RemoteObjectNodeParser

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

Parameters
node:XML
 
context:XMLObjectDefinitionsParser

Returns
IObjectDefinition
Constant detail
CONCURRENCY_ATTRconstant
public static const CONCURRENCY_ATTR:String = "concurrency"
ENDPOINT_ATTRconstant 
public static const ENDPOINT_ATTR:String = "endpoint"
MAKE_OBJECTS_BINDABLE_ATTRconstant 
public static const MAKE_OBJECTS_BINDABLE_ATTR:String = "make-objects-bindable"
SHOW_BUSY_CURSOR_ATTRconstant 
public static const SHOW_BUSY_CURSOR_ATTR:String = "show-busy-cursor"
SOURCE_ATTRconstant 
public static const SOURCE_ATTR:String = "source"