Packageorg.spicefactory.parsley.rpc.cinnamon.config
Classpublic class MxmlChannelTag
InheritanceMxmlChannelTag Inheritance ChannelTag Inheritance Object
Implements mx.core.IMXMLObject

MXML variant of the channel tag that handles the id that was specified for the MXML tag.



Public Properties
 PropertyDefined By
 Inheritedid : String
The id that the channel will be registered with in the Parsley IOC Container.
ChannelTag
 Inheritedtimeout : uint
The request timeout in milliseconds.
ChannelTag
 Inheritedtype : Class
The type (class) of the channel, defaults to NetConnectionServiceChannel.
ChannelTag
 Inheritedurl : String
The URL that the channel should connect to.
ChannelTag
Public Methods
 MethodDefined By
 Inherited
createChannel():ServiceChannel
Creates the ServiceChannel instance based on the property values of this tag instance.
ChannelTag