Paket | mx.rpc.soap |
Sınıf | public class SOAPResult |
Miras Alma | SOAPResult Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
headers : Array
A collection of header objects. | SOAPResult | ||
isFault : Boolean
Flag indicating if this result object represents a SOAP Fault message. | SOAPResult | ||
result : *
Body of the SOAP result. | SOAPResult |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Creates a new SOAPResult. | SOAPResult | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
headers | özellik |
public var headers:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A collection of header objects. A SOAPDecoder can populate this array with elements of type SOAPHeader, XML, or XMLDocument, based on the headerFormat setting on the decoder.
isFault | özellik |
public var isFault:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Flag indicating if this result object represents a SOAP Fault message.
result | özellik |
public var result:*
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Body of the SOAP result. A SOAPDecoder can populate this value based on the resultFormat setting on the decoder.
Yapıcı Ayrıntı
SOAPResult | () | Yapıcı |
public function SOAPResult()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Creates a new SOAPResult.
Tue Jun 12 2018, 01:09 PM Z