blob: febfe993adb9546aadef7580525665e9588c6881 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.net.RemoteObject",
"baseClassname": "org.apache.royale.events.EventDispatcher"
,
"description": "This is the RemoteObject that has a similar behaviour that Flex RemoteObject and can be use with BlazeDS, LCDS or CF backends",
"members": [
{ "type": "method",
"qname": "org.apache.royale.net.RemoteObject",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "constructor",
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "write-only",
"return": "org.apache.royale.core.IStrand",
"qname": "strand",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "endPoint",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "destination",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "send",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "operation", "type": "String"},
{ "name": "params", "type": "Array"}]}
,
{ "type": "method",
"qname": "resultHandler",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "param", "type": "Object"}]}
,
{ "type": "method",
"qname": "faultHandler",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "param", "type": "Object"}]}
]
,
"events": [
{ "qname": "result",
"type": "org.apache.royale.net.events.ResultEvent"
},
{ "qname": "fault",
"type": "org.apache.royale.net.events.FaultEvent"
}]
}