Parsley - Spicelib - Flash API
All Packages
|
All Classes
|
Index
|
Frames
No Frames
MxmlChannelTag
Properties
|
Methods
Package
org.spicefactory.parsley.rpc.cinnamon.config
Class
public class MxmlChannelTag
Inheritance
MxmlChannelTag
ChannelTag
Object
Implements
mx.core.IMXMLObject
MXML variant of the channel tag that handles the id that was specified for the MXML tag.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
id
: String
The id that the channel will be registered with in the Parsley IOC Container.
ChannelTag
timeout
: uint
The request timeout in milliseconds.
ChannelTag
type
: Class
The type (class) of the channel, defaults to NetConnectionServiceChannel.
ChannelTag
url
: String
The URL that the channel should connect to.
ChannelTag
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
createChannel
():ServiceChannel
Creates the ServiceChannel instance based on the property values of this tag instance.
ChannelTag
Sat Apr 2 2011, 11:49 PM +01:00