Packagecom.exadel.flamingo.flex.components.flamingo
Classpublic class HessianCall

This component represents information about server component method to be called. It used by SeamHessianCallSet component.

Default MXML Propertyarguments

See also

com.exadel.flamingo.flex.components.flamingo.HessianCallSet


Public Properties
 PropertyDefined by
  arguments : Array
HessianCall
  component : String
HessianCall
  hessianTypeName : String = "com.exadel.flamingo.service.callset.Call"
HessianCall
  method : String
HessianCall
Public Methods
 MethodDefined by
  
HessianCall(component:String = null, method:String = null, arguments:Array = null)
Constructor
HessianCall
Property detail
argumentsproperty
public var arguments:Array
componentproperty 
public var component:String
hessianTypeNameproperty 
public var hessianTypeName:String = "com.exadel.flamingo.service.callset.Call"
methodproperty 
public var method:String
Constructor detail
HessianCall()constructor
public function HessianCall(component:String = null, method:String = null, arguments:Array = null)

Constructor

Parameters
component:String (default = null) — Server component name
 
method:String (default = null) — Method name for component
 
arguments:Array (default = null) — Array of argunents to pass into method