blob: e2eea85a3202d77a2f2e99e0c4614e676790b3f3 [file] [log] [blame]
{ "type": "class",
"qname": "mx.rpc.soap.SOAPFault",
"baseClassname": "mx.rpc.Fault"
,
"description": "A subclass of mx.rpc.Fault that provides SOAP specific information from a SOAP envelope Fault element.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "mx.rpc.soap.SOAPFault",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructs a new SOAPFault.",
"tags": [
{ "tagName": "param",
"values": ["faultCode The fully qualified name of the fault code.", "faultString The description of the fault.", "detail Any extra details of the fault.", "element The raw XML of the SOAP fault.", "faultactor Information about who caused the SOAP fault."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "faultCode", "type": "QName"},
{ "name": "faultString", "type": "String"},
{ "name": "detail", "type": "String"},
{ "name": "element", "type": "XML"},
{ "name": "faultactor", "type": "String"}]}
,
{ "type": "field",
"qname": "element",
"return": "XML",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The raw XML of this SOAP Fault.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "faultactor",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A SOAP Fault may provide information about who caused the fault through a faultactor property.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "faultcode",
"return": "QName",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The faultcode property is similar to faultCode but exists to both match the case of the faultcode element in a SOAP Fault and to provide the fully qualified name of the code.",
"tags": [
{ "tagName": "see",
"values": ["mx.rpc.Fault#faultDetail"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "detail",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The detail property is the same as faultDetail but exists to match the case of the detail element in a SOAP Fault.",
"tags": [
{ "tagName": "see",
"values": ["mx.rpc.Fault#faultDetail"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "faultstring",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The faultstring property is the same as faultString but exists to match the case of the faultstring element in a SOAP envelope Fault.",
"tags": [
{ "tagName": "see",
"values": ["mx.rpc.Fault#faultString"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "toString",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail. faultDetail.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "return",
"values": ["Returns the String "SOAPFault" plus the faultCode, faultString, and"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "String",
"params": []}
]
}