Paket | mx.messaging.messages |
Sınıf | public class SOAPMessage |
Miras Alma | SOAPMessage HTTPRequestMessage AbstractMessage Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructs an uninitialized SOAPMessage. | SOAPMessage | ||
Provides access to the name of the remote method/operation that
will be called. | SOAPMessage | ||
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 | ||
Returns a string representation of the message. | AbstractMessage | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
SOAP_ACTION_HEADER : String = "SOAPAction" [statik]
The HTTP header that stores the SOAP action for the SOAPMessage. | SOAPMessage |
Yapıcı Ayrıntı
SOAPMessage | () | Yapıcı |
public function SOAPMessage()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructs an uninitialized SOAPMessage.
Yöntem Ayrıntısı
getSOAPAction | () | yöntem |
public function getSOAPAction():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Provides access to the name of the remote method/operation that will be called.
DöndürürString — Returns the name of the remote method/operation that
will be called.
|
Sabit Ayrıntısı
SOAP_ACTION_HEADER | Sabit |
public static const SOAP_ACTION_HEADER:String = "SOAPAction"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The HTTP header that stores the SOAP action for the SOAPMessage.
Tue Jun 12 2018, 01:09 PM Z