| Package | org.spicefactory.parsley.rpc.cinnamon.config |
| Class | public class ChannelTag |
| Inheritance | ChannelTag Object |
| Subclasses | MxmlChannelTag |
| 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 | ||
| Method | Defined By | ||
|---|---|---|---|
createChannel():ServiceChannel
Creates the ServiceChannel instance based on the property values of this tag instance. | ChannelTag | ||
| id | property |
public var id:StringThe id that the channel will be registered with in the Parsley IOC Container. Usually no need to be specified explicitly.
| timeout | property |
public var timeout:uintThe request timeout in milliseconds.
| type | property |
public var type:ClassThe type (class) of the channel, defaults to NetConnectionServiceChannel.
| url | property |
public var url:StringThe URL that the channel should connect to.
| createChannel | () | method |
public function createChannel():ServiceChannelCreates the ServiceChannel instance based on the property values of this tag instance.
ReturnsServiceChannel — a new ServiceChannel instance, fully configured
|