Pacote | mx.messaging.messages |
Classe | public class SOAPMessage |
Herança | SOAPMessage HTTPRequestMessage AbstractMessage Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructs an uninitialized SOAPMessage. | SOAPMessage | ||
Provides access to the name of the remote method/operation that
will be called. | SOAPMessage | ||
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 | ||
Returns a string representation of the message. | AbstractMessage | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
SOAP_ACTION_HEADER : String = "SOAPAction" [estático]
The HTTP header that stores the SOAP action for the SOAPMessage. | SOAPMessage |
Detalhes do construtor
SOAPMessage | () | Construtor |
public function SOAPMessage()
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructs an uninitialized SOAPMessage.
Detalhes do método
getSOAPAction | () | método |
public function getSOAPAction():String
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Provides access to the name of the remote method/operation that will be called.
RetornaString — Returns the name of the remote method/operation that
will be called.
|
Detalhes da constante
SOAP_ACTION_HEADER | Constante |
public static const SOAP_ACTION_HEADER:String = "SOAPAction"
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The HTTP header that stores the SOAP action for the SOAPMessage.
Wed Jun 13 2018, 11:10 AM Z