| Package | hessian.client |
| Class | public dynamic class HessianService |
| Inheritance | HessianService mx.rpc.AbstractService |
| Subclasses | HessianService |
See also
| Property | Defined by | ||
|---|---|---|---|
| api : String
The API associated with this HessianService, if any.
| HessianService | ||
| Method | Defined by | ||
|---|---|---|---|
|
HessianService(destination:String = null, api:Class = null)
Constructor.
| HessianService | ||
|
getOperation(name:String):AbstractOperation
Retrieves a HessianOperation by name, creating one if it does not
already exist.
| HessianService | ||
| api | property |
api:String [read-write]The API associated with this HessianService, if any.
This property can be used as the source for data binding.
Implementation public function get api():String
public function set api(value:String):void
| HessianService | () | constructor |
public function HessianService(destination:String = null, api:Class = null)Constructor.
Parametersdestination:String (default = null) — The URL of the destination service.
|
|
api:Class (default = null) — The API associated with this HessianService, if any.
|
| getOperation | () | method |
public override function getOperation(name:String):AbstractOperationRetrieves a HessianOperation by name, creating one if it does not already exist.
Parametersname:String — The name of the operation
|
AbstractOperation — The HessianOperation named by name.
|