This component represents information about server component method to be called.
It used by
SeamHessianCallSet component.
arguments
public var arguments:Array
public var component:String
public var hessianTypeName:String = "com.exadel.flamingo.service.callset.Call"
public var method:String
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
|