Pacote | mx.rpc.soap |
Classe | public class SOAPHeader |
Herança | SOAPHeader Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 |
Método | Definido por | ||
---|---|---|---|
Constructs a new SOAPHeader. | SOAPHeader | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
content | propriedade |
public var content:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var mustUnderstand:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var qname:QName
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The qualified name of the SOAP header.
role | propriedade |
public var role:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | () | Construtor |
public function SOAPHeader(qname:QName, content:Object)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructs a new SOAPHeader. The qualified name and content for the SOAP header are required.
Parâmetrosqname:QName — The qualified name of the SOAP header.
| |
content:Object — The content to send for the header value.
|
Wed Jun 13 2018, 11:10 AM Z