| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc |
| SVN browsing | WebServiceNodeParser.as |
| Fisheye | WebServiceNodeParser.as |
| Class | public class WebServiceNodeParser |
| Inheritance | WebServiceNodeParser AbstractServiceNodeParser AbstractObjectDefinitionParser |
Documentation reference: the rpc schema
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new WebServiceNodeParser
| WebServiceNodeParser | ||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context.
| AbstractObjectDefinitionParser | |
| Method | Defined by | ||
|---|---|---|---|
|
| WebServiceNodeParser | ||
![]() |
Returns the id of the given xml node.
| AbstractObjectDefinitionParser | |
| Constant | Defined by | ||
|---|---|---|---|
![]() | CHANNEL_SET_ATTR : String = "channel-set" [static] The channel-set attribute
| AbstractServiceNodeParser | |
| DESCRIPTION_ATTR : String = "description" [static]
| WebServiceNodeParser | ||
![]() | DESTINATION_ATTR : String = "destination" [static] The destination attribute
| AbstractServiceNodeParser | |
| ENDPOINT_URI_ATTR : String = "endpoint-uri" [static]
| WebServiceNodeParser | ||
| MAKE_OBJECTS_BINDABLE_ATTR : String = "make-objects-bindable" [static]
| WebServiceNodeParser | ||
| PORT_ATTR : String = "port" [static]
| WebServiceNodeParser | ||
![]() | REQUEST_TIMEOUT_ATTR : String = "request-timeout" [static] The request-timeout attribute
| AbstractServiceNodeParser | |
| ROOT_URL_ATTR : String = "root-url" [static]
| WebServiceNodeParser | ||
| SERVICE_ATTR : String = "service" [static]
| WebServiceNodeParser | ||
| USE_PROXY_ATTR : String = "use-proxy" [static]
| WebServiceNodeParser | ||
| WSDL_ATTR : String = "wsdl" [static]
| WebServiceNodeParser | ||
| WebServiceNodeParser | () | constructor |
public function WebServiceNodeParser()Creates a new WebServiceNodeParser
| parseInternal | () | method |
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinitionParameters
node:XML |
|
context:XMLObjectDefinitionsParser |
IObjectDefinition |
| DESCRIPTION_ATTR | constant |
public static const DESCRIPTION_ATTR:String = "description"
| ENDPOINT_URI_ATTR | constant |
public static const ENDPOINT_URI_ATTR:String = "endpoint-uri"
| MAKE_OBJECTS_BINDABLE_ATTR | constant |
public static const MAKE_OBJECTS_BINDABLE_ATTR:String = "make-objects-bindable"
| PORT_ATTR | constant |
public static const PORT_ATTR:String = "port"
| ROOT_URL_ATTR | constant |
public static const ROOT_URL_ATTR:String = "root-url"
| SERVICE_ATTR | constant |
public static const SERVICE_ATTR:String = "service"
| USE_PROXY_ATTR | constant |
public static const USE_PROXY_ATTR:String = "use-proxy"
| WSDL_ATTR | constant |
public static const WSDL_ATTR:String = "wsdl"