blob: 2b05140ae7dadf0b01c42876fbfc89cd38756655 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.net.SimpleRemoteObject",
"baseClassname": "org.apache.royale.events.EventDispatcher"
,
"description": "This is the most simple implementation os a RemoteObject it can be use with simple backends like AMFPHP. To use with BlazeDS better us RemoteObject since it manages clientId and small messages",
"members": [
{ "type": "method",
"qname": "org.apache.royale.net.SimpleRemoteObject",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "",
"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": "accessor",
"access": "read-write",
"return": "String",
"qname": "source",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "source is a deprecated property. It exposes backend resources and it used by old AMF backend implementations. You should use "destination" property instead. This property is for backward compatibility with old implementations. Use at your own risk."},
{ "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"
}]
}