Packagehessian.mxml
Classpublic dynamic class HessianService
InheritanceHessianService Inheritance HessianService Inheritance mx.rpc.AbstractService
Implementsmx.core.IMXMLObject, mx.rpc.mxml.IMXMLSupport

The HessianService class provides access to Hessian-based web services on remote servers. This class implements the MXML tag.

See also

hessian.client.HessianService


Public Properties
 PropertyDefined by
 Inheritedapi : String
The API associated with this HessianService, if any.
HessianService
  concurrency : String
HessianService
  showBusyCursor : Boolean
HessianService
Public Methods
 MethodDefined by
 Inherited
getOperation(name:String):AbstractOperation
Retrieves a HessianOperation by name, creating one if it does not already exist.
HessianService
Property detail
concurrencyproperty
concurrency:String  [read-write]

This property can be used as the source for data binding.

Implementation
    public function get concurrency():String
    public function set concurrency(value:String):void
showBusyCursorproperty 
showBusyCursor:Boolean  [read-write]

This property can be used as the source for data binding.

Implementation
    public function get showBusyCursor():Boolean
    public function set showBusyCursor(value:Boolean):void