Pakiet | mx.rpc.soap |
Klasa | public class SOAPHeader |
Dziedziczenie | SOAPHeader 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 content to send for the header value. | SOAPHeader | ||
mustUnderstand : Boolean
Specifies whether the header must be understood by the endpoint. | SOAPHeader | ||
qname : QName
The qualified name of the SOAP header. | SOAPHeader | ||
role : String
Specifies the URI for the role that this header is intended in a
potential chain of endpoints processing a SOAP request. | SOAPHeader |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructs a new SOAPHeader. | SOAPHeader | ||
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 | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
content | właściwość |
public var content:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The content to send for the header value. If you provide an XML or flash.xml.XMLNode instance for the header, it is used directly as pre-encoded content and appended as a child to the soap:header element. Otherwise, you can provide the value as a String or Number, etc. and the underlying SOAP encoder attempts to encode the value correctly based on the QName provided in the SOAPHeader (with the last resort being xsd:anyType if a type definition is not present).
mustUnderstand | właściwość |
public var mustUnderstand:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies whether the header must be understood by the endpoint. If the header is handled but must be understood the endpoint should return a SOAP fault.
qname | właściwość |
public var qname:QName
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The qualified name of the SOAP header.
role | właściwość |
public var role:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies the URI for the role that this header is intended in a
potential chain of endpoints processing a SOAP request. If defined,
this value is used to specify the actor
for the SOAP
header.
SOAPHeader | () | Konstruktor |
public function SOAPHeader(qname:QName, content:Object)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructs a new SOAPHeader. The qualified name and content for the SOAP header are required.
Parametryqname:QName — The qualified name of the SOAP header.
| |
content:Object — The content to send for the header value.
|
Tue Jun 12 2018, 12:06 PM Z