| Package | org.spicefactory.parsley.rpc.cinnamon.config |
| Class | public class ServiceTag |
| Inheritance | ServiceTag Object |
| Implements | RootConfigurationElement |
| Subclasses | MxmlServiceTag |
| Property | Defined By | ||
|---|---|---|---|
| channel : String
The id of the ServiceChannel instance to use for this service. | ServiceTag | ||
| id : String
The id that the service will be registered with in the Parsley IOC Container. | ServiceTag | ||
| name : String
The name of the service as configured on the server-side. | ServiceTag | ||
| timeout : uint = 0
The request timeout in milliseconds. | ServiceTag | ||
| type : Class
The AS3 service implementation (usually generated with Pimentos Ant Task). | ServiceTag | ||
| Method | Defined By | ||
|---|---|---|---|
process(config:Configuration):void
Processes this configuration tag, possilbly creating and registering object definitions. | ServiceTag | ||
| channel | property |
public var channel:StringThe id of the ServiceChannel instance to use for this service. Only required if you have more than one channel tag in your Context. If there is only one (like in most use cases) it will be automatically detected.
| id | property |
public var id:StringThe id that the service will be registered with in the Parsley IOC Container. Usually no need to be specified explicitly.
| name | property |
public var name:StringThe name of the service as configured on the server-side.
| timeout | property |
public var timeout:uint = 0The request timeout in milliseconds.
| type | property |
public var type:ClassThe AS3 service implementation (usually generated with Pimentos Ant Task).
| process | () | method |
public function process(config:Configuration):voidProcesses this configuration tag, possilbly creating and registering object definitions.
Parameters
config:Configuration — the configuration associated with this element
|