Pakiet | mx.rpc.soap |
Klasa | public class SOAPFault |
Dziedziczenie | SOAPFault Fault Error Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
content : Object
The raw content of the fault (if available), such as an HTTP response
body. | Fault | ||
detail : String
The detail property is the same as faultDetail but exists
to match the case of the detail element in a SOAP Fault. | SOAPFault | ||
element : XML
The raw XML of this SOAP Fault. | SOAPFault | ||
errorID : int [tylko do odczytu]
Zawiera numer odwołania skojarzony z konkretnym komunikatem o błędzie. | Error | ||
faultactor : String
A SOAP Fault may provide information about who caused the fault through
a faultactor property. | SOAPFault | ||
faultcode : QName
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. | SOAPFault | ||
faultCode : String [tylko do odczytu]
A simple code describing the fault. | Fault | ||
faultDetail : String [tylko do odczytu]
Any extra details of the fault. | Fault | ||
faultstring : String
The faultstring property is the same as faultString but exists
to match the case of the faultstring element in a SOAP envelope Fault. | SOAPFault | ||
faultString : String [tylko do odczytu]
Text description of the fault. | Fault | ||
message : String
Zawiera komunikat skojarzony z obiektem Error. | Error | ||
name : String
Zawiera nazwę obiektu Error. | Error | ||
rootCause : Object
The cause of the fault. | Fault |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Constructs a new SOAPFault. | SOAPFault | ||
Zwraca ciąg reprezentujący stos wywołań związanych z błędem, który istniał w momencie uruchomienia konstruktora błędu. | Error | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
[przesłanianie]
Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail. | SOAPFault | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
detail | właściwość |
detail:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The detail property is the same as faultDetail but exists to match the case of the detail element in a SOAP Fault.
Implementacja
public function get detail():String
public function set detail(value:String):void
Powiązane elementy interfejsu API
element | właściwość |
public var element:XML
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The raw XML of this SOAP Fault.
faultactor | właściwość |
public var faultactor:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
A SOAP Fault may provide information about who caused the fault through a faultactor property.
faultcode | właściwość |
public var faultcode:QName
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
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.
Powiązane elementy interfejsu API
faultstring | właściwość |
faultstring:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The faultstring property is the same as faultString but exists to match the case of the faultstring element in a SOAP envelope Fault.
Implementacja
public function get faultstring():String
public function set faultstring(value:String):void
Powiązane elementy interfejsu API
SOAPFault | () | Konstruktor |
public function SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructs a new SOAPFault.
ParametryfaultCode:QName — The fully qualified name of the fault code.
| |
faultString:String — The description of the fault.
| |
detail:String (default = null ) — Any extra details of the fault.
| |
element:XML (default = null ) — The raw XML of the SOAP fault.
| |
faultactor:String (default = null ) — Information about who caused the SOAP fault.
|
toString | () | metoda |
override public function toString():String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.
ZwracaString — Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail.
|
Tue Jun 12 2018, 12:06 PM Z