| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc |
| SVN browsing | AbstractServiceNodeParser.as |
| Fisheye | AbstractServiceNodeParser.as |
| Class | public class AbstractServiceNodeParser |
| Inheritance | AbstractServiceNodeParser AbstractObjectDefinitionParser |
| Subclasses | RemoteObjectNodeParser, WebServiceNodeParser |
Documentation reference: the rpc schema
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new AbstractServiceNodeParser
| AbstractServiceNodeParser | ||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context.
| AbstractObjectDefinitionParser | |
| Method | Defined by | ||
|---|---|---|---|
|
| AbstractServiceNodeParser | ||
![]() |
Returns the id of the given xml node.
| AbstractObjectDefinitionParser | |
| Constant | Defined 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 | ||
| AbstractServiceNodeParser | () | constructor |
public function AbstractServiceNodeParser()Creates a new AbstractServiceNodeParser
| parseInternal | () | method |
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinitionParameters
node:XML |
|
context:XMLObjectDefinitionsParser |
IObjectDefinition |
| CHANNEL_SET_ATTR | constant |
public static const CHANNEL_SET_ATTR:String = "channel-set"The channel-set attribute
| DESTINATION_ATTR | constant |
public static const DESTINATION_ATTR:String = "destination"The destination attribute
| REQUEST_TIMEOUT_ATTR | constant |
public static const REQUEST_TIMEOUT_ATTR:String = "request-timeout"The request-timeout attribute